Implement accounts API routes #25
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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
erik/slugkit#25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Goal
Implement Slugkit account/link management routes for contact, source, and site owners.
Spec:
docs/specs/06-accounts-routes.mdRequirements
ownerTypevaluescontact,source, andsite.kindandprotocolfields.ownerIdexists forcontactandsourceowners; handle site-owned accounts as documented.label,url,avatarUrl,kind,protocol,isDefault, andsortOrderfields.feedUrl.Acceptance criteria
ownerType: "source",kind: "feed", and a feed protocol such asrss.Dependencies
Synced from todu comment by @todu on 2026-05-30T21:39:23.513Z
Review update
make check,./scripts/pre-pr.sh, and Forgejo CICI / build-lint-test (pull_request)passed.Synced from todu comment by @todu on 2026-05-30T23:33:28.245Z
Completed
ownerType: "source",kind: "feed", andprotocol: "rss".make check,./scripts/pre-pr.sh, and passing Forgejo CI.main.