Need buttons somewhere on the page for a user adding and removing a particular crypto from the watchlist.
This needs to validate to make sure they are not adding an item that already exists (uniqueness of a db entry based on id possibly) and must hit endpoints provided by the backend to add or remove from the DB.
Estimate: 2 hours
Need buttons somewhere on the page for a user adding and removing a particular crypto from the watchlist.
This needs to validate to make sure they are not adding an item that already exists (uniqueness of a db entry based on id possibly) and must hit endpoints provided by the backend to add or remove from the DB.