-
Notifications
You must be signed in to change notification settings - Fork 299
Closed
Copy link
Labels
P0 - criticalPriority: Release blocker or regressionPriority: Release blocker or regression
Description
❌ This issue is not open for contribution. Visit Contributing guidelines to learn about the contributing process and how to find suitable issues.
Requires #5250
Overview
As part of this issue, we will update the admin ChannelTable component to include the new "community status" column on the table, and refactor the table filters to include the new community library channels.
Technical requirements
The channel type filter will now have the following options:
- Kolibri Studio Library: Will show the public channels.
- Community Library: Will show the channels that have been submitted for inclusion in the community library.
- Unlisted channels. Private channels that haven't been submitted for inclusion in the community library.
The status options for each channel type will be:
- When channel type = Kolibri Studio Library, then the status options will be:
- Live: All current public channels.
- Sushi chef: Public channels that have been created in Ricecooker (i.e.,
cheffedattribute set toTrue).
- When channel type = Community Library, then the status options will be:
- Live: All current live channels in the community library.
- Needs review: Channels whose last submission is PENDING or REJECTED.
- Published: All published channels that have a related Community Library Submission.
- Sushi chef: All sushi-cheffed channels that have a related Community Library Submission.
- When channel type = Unlisted channels (channels not listed in the public library or the community library), then the status options will be:
- Live: All unlisted channels.
- Draft: Unpublished unlisted channels.
- Published: Published unlisted channels.
- Sushi chef: All sushi-cheffed unlisted channels.
Acceptance criteria
- A new "Community status" column have been added to the admin channels table.
- New Channel type and Status filters have been added.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P0 - criticalPriority: Release blocker or regressionPriority: Release blocker or regression



