HoldUpFjord / Link-Manager

Goal: Create a link manager that can store tabs on a server to be accessed later. 100Devs
2 stars 6 forks source link

Tagging system for links #5

Closed TheWoodenMan closed 2 years ago

TheWoodenMan commented 2 years ago

Add a tagging system for links.

This could be as easy as adding an array to the link schema e.g. tags: ["work", "js", "homework"] etc

I have done this before and in mongoose so may be able to just lift the code.

The bigger question is how this will then display on the front end in a useful and dynamic way :)

Clicking a tag could filter your list to show different links. tags could be displayed on the top above the links like a menu

Functionality will be needed for full CRUD for tags - probably needs to have a mongodb too.

TheWoodenMan commented 2 years ago

https://github.com/HoldUpFjord/Link-Manager/pull/15 solved this