Joystream / Joystream/joystream
Auxiliary Tool : Content Curator Tool
- Dominant language
- Rust
- Stars
- 1.4k
- Forks
- 116
- PR merge metrics
- No merged PRs in 30d
Description
# Background
The Content WG is currently using l1.media app as a means of curating new videos on Joystream.
A dedicated tool for the content curators would help them with their daily tasks and also make it easier for lead to generate reports.
# Specifications
This tool will consist of two pages: an administrator panel for the Content WG lead, and a video verification panel for Content WG workers.
## Database Structure
- There should be a database table with information of Content WG lead and workers.
(member id, handle, lead/worker, email address, encrypted password)
- There should be a table with information of all channels and videos.
(video id, video title, channel id, owner handle, uploaded date/time, assigned curator, NFT tag, YPP tag, entity plays, allowed, duplicate, category, comment)
## Administrator panel
- Only Content WG lead can access
- Lead can assign a specific set of videos, channels or meta data to any current curator for verification using the following filters: a specific video ID, the presence of a YPP tag, a specific day, a specific channel.
- The lead can check whether a video has been verified or not
- Lead can download data in JSON or CSV format for a specified period.
## Video verification panel
- Only Content WG lead/worker can access
- The curator can see a list of assigned videos, channels and metadata in a list and has the ability to view them.
- For each, the curator determines the tags: entity plays (Yes, no), allowed (Yes, No-Cruelty, No-porn, no-illegal, no-other), Duplicate (No, Yes) {only for videos and channels}, comment to the Duplicate, Date of verification (entered automatically), actual curator (entered automatically), Video category (C, B, A, without category), general comment.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.