You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GET request
** how can users get / copy stonk picks and/or due diligence from other users** when this happens -- this should also update a copy-counter that tracks the data/ keeps score and credits the user who provides the stonk pick and/or due diligence. That user should GET a point
POST request sign-up by inputting email and filling out information input data / post required info to add (post) a stonk pick to user profile
**provide feedback / likes"
PUT request input or add optional prediction to a stonk pick that's already been posted input or add optional due diligence
PATCH request rename or correct a misspelled ticker symbol
perhaps include limitations to corrections so that the prediction cannot be manipulated or transferred to another stonk.
DELETE request delete an account delete a stonk pick /prediction
perhaps include limitations -- move to trash-picks
✨ Back End ✨
Client-Server Model
✨ HTTP Requests -- Methods ✨
** how can users get / copy stonk picks and/or due diligence from other users**
when this happens -- this should also update a copy-counter that tracks the data/ keeps score and credits the user who provides the stonk pick and/or due diligence. That user should GET a point
sign-up by inputting email and filling out information
input data / post required info to add (post) a stonk pick to user profile
**provide feedback / likes"
input or add optional prediction to a stonk pick that's already been posted
input or add optional due diligence
rename or correct a misspelled ticker symbol
perhaps include limitations to corrections so that the prediction cannot be manipulated or transferred to another stonk.
delete an account
delete a stonk pick /prediction
perhaps include limitations -- move to trash-picks
✨ Back End ✨