learningequality / learningequality/studio

Disallow ricecooker auto deploy / publish for public channels.

Open
#1,873 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

DEV: content TAG: new feature
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.