learningequality / learningequality/studio

Published channel name and public api channel name might be out of sync

Open
#1,115 1 comment 0 reactions 0 assignees View on GitHub

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

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.