learningequality / learningequality/studio
Published channel name and public api channel name might be out of sync
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 191
- Forks
- 307
- Avg merge
- 5d 6h
- Merged PRs (30d)
- 10
Description
When a user changes a channel name, the name displayed on the public channels endpoint will be updated, but the exported Kolibri db will have the old name. Add a last_published_name and a last_published_description field to the ChannelModel to store the last name/description to display on the public endpoint instead
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
Locate the ChannelModel and the code serving the public channels endpoint and exporting the Kolibri database. Trace how channel name and description changes are stored, then verify that the last published values are used consistently by both the endpoint and export behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend, database
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100