more flexible user-settings
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 46
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
I think right now for each (new) user setting the backend database has to be modified. It would be nice if we just stored a json blob(?) in the db, and people could modify that easily / new settings could be added without too much trouble.
Related issues/feature-requests:
- hide streams that fit some criteria https://github.com/MemeLabs/Rustla2/issues/18 https://github.com/MemeLabs/Rustla2/issues/39
- possible misc. UI modifications https://github.com/MemeLabs/Rustla2/issues/83
- being able to remove warning pages like for advanced and nsfw ( https://github.com/MemeLabs/Rustla2/issues/97 ) permanently
Contributor guide
No contributing guide indexed for this repository
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 how user settings are persisted in the backend database, then review related issues #18, #39, #83, and #97 to understand the requested use cases. Done would mean adding or changing settings without modifying the database schema while preserving the existing settings behavior.
Written by the indexing model from the issue text.
Assessment
- Domain
- backend, database
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100