Add CRUD functionality to Tags #1
carltibule
commented 2023-02-19 15:42:18 -06:00
(Migrated from github.com)
- Add IsHidden property to Tags, and modify any endpoints that returns Tags to return those only flagged as IsHidden: false by default
- Modify any endpoints that returns Bookmarks to not return any that is associated to hidden Tags by default. User will have to navigate to the Hidden Bookmarks page to show all hidden Bookmarks and Tags
- Add page to toggle Tags as hidden or not. In the same page, add delete functionality that will delete a tag and remove its association to any existing bookmark
- Add IsHidden property to Tags, and modify any endpoints that returns Tags to return those only flagged as IsHidden: false by default
- Modify any endpoints that returns Bookmarks to not return any that is associated to hidden Tags by default. User will have to navigate to the Hidden Bookmarks page to show all hidden Bookmarks and Tags
- Add page to toggle Tags as hidden or not. In the same page, add delete functionality that will delete a tag and remove its association to any existing bookmark
Reference in New Issue
Block a user
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?