Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow multiple categories per feed #2859

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

darkdragon-001
Copy link
Contributor

@darkdragon-001 darkdragon-001 commented Sep 22, 2024

Allow multiple categories per feed. Motivation can be found in #375.

  • Add a new table for the multiple-to-multiple relation and migrate existing data
  • Use a list of categories everywhere in the code
  • Tested main UI windows and OPML import

TODO

  • UI feed creation and edit need another interface to select multiple categories.
  • Can we simplify some queries? With an ORM such a change would have been so much easier.
  • Decide when to show categories in the UI. Showing multiple categories for every article clutters the view and distracts from the article. So I tend towards removing them from the lists views and maybe also for single feeds/entries. This will make the UI, the queries and the code much simpler, which is a goal of this project.

Do you follow the guidelines?

Fixes #375

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] Multiple Categories
1 participant