feat: add editable channel images
All checks were successful
deploy-socialize / image (push) Successful in 1m20s
deploy-socialize / deploy (push) Successful in 20s

This commit is contained in:
2026-05-09 13:14:11 -04:00
parent 831ffde411
commit afcdd1ace1
18 changed files with 3786 additions and 16 deletions

View File

@@ -14,6 +14,8 @@ A channel has:
- `network`
- optional `handle`
- optional `externalUrl`
- optional `portraitUrl`
- optional `bannerUrl`
- `createdAt`
`network` is a controlled string matching the frontend channel network options:
@@ -33,6 +35,7 @@ Channel names must be unique inside a workspace for the same network.
- Authenticated users with workspace access can list channels for their active workspace.
- Workspace managers can create channels.
- Workspace managers can edit channel profile fields and upload portrait/banner images.
- Content planning uses configured channels as selectable destinations.
- Development seed data should create real workspace channels instead of relying on content target labels as fake channels.