Feed tags #145
Labels
No labels
admin tools
api
bug
documentation
duplicate
enhancement
feature
help wanted
in progress
internals
invalid
packaging
question
testing
trivial
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: MensBeam/Arsse#145
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Most of the prospective protocols which could be implemented in The Arsse (e.g. Google Reader, Fever, Feedbin, and more) use one-to-many mapping between feeds and tags (a.k.a. categories, groups, labels, etc.) rather than one-to-one mapping between feeds and folders. Therefore, the database would need to be able to store and manipulate these mappings for any of those protocols could be properly implemented.
Requirements include:
The existing article label facilities for Tiny Tiny RSS will provide a starting point. However, ideally The Arsse should reconcile tags with top-level folders so that e.g. if a feed is moved to a folder in NCN or TTRSS, it automatically acquires an equivalent label for other protocols as well, and vice versa.
It has been decided that tags and folders should not interact, as they are conceptually dissimilar and could in fact co-exist as parallel organizational tools.
Implemented in back-end