Closed gorterd closed 4 years ago
thanks! just finished up these revisions. the historical data is going to be a ton of info so just sampled one 'snapshot' of the data, which which will come from the api as an array of objects. (https://iexcloud.io/docs/api/#historical-prices)
Nice job the on the sample state and backend routes, Mark! Here's my feedback --> checkmarks next to should do's, suggestions are just bullet points.
SAMPLE STATE
BACKEND ROUTES
api/users/:id
? almost certainly their shares, maybe also their watchlists? think also about whether this would make other routes moot (e.g. if the only time you need all of a user's shares is for their show page, might not need a shares index nested under users)companies
orstocks
and stick with itGET /api/users/:id/watchlists/:id