ragegage / robinbanks

Stock price visualizer built with Rails and React
https://www.robinbanks.herokuapp.com/
0 stars 0 forks source link

Users should be blocked from adding a stock to their list twice #77

Open ragegage opened 8 years ago

ragegage commented 8 years ago
ragegage commented 8 years ago

Prevented on the backend by adding a validation and a constraint preventing duplicate stock_ids for a given list_id.

ragegage commented 8 years ago

An alert pops up to tell the user "You are already watching that stock!" but it pops up twice :(