Joystream / Joystream/joystream
QN: Create and assign labels
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 1.4k
- Forks
- 116
- PR merge metrics
- No merged PRs in 30d
Description
Background
https://github.com/Joystream/pioneer/issues/4497
Requirement
The forumWorkingGroup.leadRemark extrinsic can be called to
- create a new label
- edit a label name
- edit a label description
- edit a label visibility
- add a label to a forum thread or proposal
- add/remove workerIds from the array of allowed workers
The forumWorkingGroup.workerRemark extrinsic can be called to
- add a label to a forum thread or proposal
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked background issue (Joystream/pioneer#4497) and trace the forumWorkingGroup.leadRemark and forumWorkingGroup.workerRemark extrinsics. Map the label creation, editing, visibility, assignment, and allowed-worker requirements to the existing runtime entry points; done means all listed operations are supported for threads or proposals with appropriate worker restrictions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- blockchain
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100