Folder renames in the database are not reflected in psql
Open
- Dominant language
- Python
- Stars
- 57
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
When a folder gets renamed in the source database folder, a new entry is created in psql, with the old one breaking (because pointing to the old slug folder name, not existing anymore). `sync_db` should be aware of renames.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the sync_db entry point and tracing how source database folders become psql entries. Reproduce a folder rename and inspect how the old slug and new entry are handled. Done means a rename updates or reconciles the existing psql entry without leaving the old slug broken.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend, database
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100