Closed TheWoodenMan closed 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.
https://github.com/HoldUpFjord/Link-Manager/pull/15 solved this
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.