-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
What is the issue currently?
- Currently users can add same websites multiple times in DB that causes duplicate websites issue (i.e same websites can be added multiple times)
Solution (what i currently think of)
- Just do a query in the DB with the url send by the user if the websites already exists then just simply return the id of the website to the user (since website is already present in the DB in there is no need to add the same website again in the DB, doing this will just add an excess load to DB)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels