Skip to content

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

2 participants