learningequality / learningequality/studio
Disallow ricecooker auto deploy / publish for public channels.
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 191
- Forks
- 307
- Avg merge
- 5d 6h
- Merged PRs (30d)
- 10
Description
Summary
Currently, if the content integration script for a public channel is run using the --deploy and --publish flags, it will automatically publish a new version of the channel with blank description without any chance to review.
To avoid accidental pushing of changes to public channels without review, any attempt to do this for public channels should not be allowed.
Contributor guide
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 by locating the content integration script's handling of the --deploy and --publish flags, then inspect how it determines whether a channel is public. Done means attempts to combine these flags for public channels are rejected before publishing, with coverage for that behavior in the relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100