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

API: tags should exist independently from articles #1148

Open
jangernert opened this issue Sep 7, 2023 · 1 comment
Open

API: tags should exist independently from articles #1148

jangernert opened this issue Sep 7, 2023 · 1 comment

Comments

@jangernert
Copy link

Currently tags are just an array of strings attached to an article.

  • They have no id.
  • There is no way to create a new tag without assigning it to an article. (this one is pretty common for most APIs Ive seen)
  • There is no way to rename a tag other than replacing the tag string for all tagged articles.
  • Tagging an article requires to send the complete list of all tags the article should have instead of just a single tag that should be added or removed.

Imo tags should behave like categories do for feeds just for articles (except that an article can have multiple tags of course). This would bring tags more in line with APIs of other feed services.

@TylerJ1ger
Copy link

Is it possible to keep the labeled article? I found that even when an article was labeled, it would be deleted after 1–2 days. Once all articles were deleted automatically, this label would disappear too.

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

No branches or pull requests

3 participants