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

Tabs now need to be changed to Links to fix the long term data structure #19

Closed TheWoodenMan closed 2 years ago

TheWoodenMan commented 2 years ago

As discussed on discord:

the mongodb will be full of unique Links

each link will contain a set of variables (title, link, tags, userId)

This is probably easier to change now so we're going to be swapping this over to make things easier in the long run.

https://media.discordapp.net/attachments/1014340837821386852/1015586189216063529/unknown.png This will be the schema used.

TheWoodenMan commented 2 years ago

https://github.com/HoldUpFjord/Link-Manager/pull/20 Solves this issue.