Rename post authors to credited contacts #143
No reviewers
Labels
No labels
activitypub
admin
api
articles
auth
bug
cleanup
cli
comments
compatibility
config
contacts
database
deployment
design
dev-env
docs
documentation
email
enhancement
feature
federation
feed
homepage
implementation
integration
media
openapi
priority:high
priority:low
priority:medium
proof
public-routes
public-ui
release
safety
social
sources
status:active
status:canceled
status:done
status:inprogress
status:waiting
syndication
tailwind
template
test
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
erik/slugkit!143
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/task-7dfc311a-credited-contacts"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Renames the contact-backed post author relationship to credited-contact terminology so local post authorship can be separated from external/content credit.
Task
task-7dfc311a
Changes
authorIds/authorstocreditContactIds/creditedContacts.020_rename_post_authors_to_credits.sqlto renamepost_authorstopost_creditswhile preserving rows.Credit:/Credits:instead of a localbyauthor line.docs/identity-model.mdto show the resolved credited-contact model.Testing
./scripts/pre-pr.shpassesChecklist
./scripts/pre-pr.shpassesPR review
Summary
Approved. This PR performs the intended model cleanup: contact-backed post credits now use credited-contact terminology across the service, API, CLI, docs, migration, OpenAPI, and public UI labels.
Acceptance criteria
creditContactIdsandcreditedContactsterminology for contact-backed credits.byauthor line.article,link, andnoteposts and default to an empty list when omitted.docs/identity-model.mdis updated to reflect the new names and remaining follow-up decisions.Blocking issues
None.
Warnings
None.
Verification
./scripts/pre-pr.shpassed locally.build-lint-test).Final verdict
Approved. Ready for human merge approval.