-
Notifications
You must be signed in to change notification settings - Fork 5
Requirements
Aaron edited this page Oct 14, 2020
·
19 revisions
- Able to create new users
- Users able to log in and logout securely (email for username)
- Users able to change password if forgotten?
- Users able to delete account
- Users able to change color blindness setting
- Users able to change any other user-specific info that might need to be changed (email, password, etc.)
- Able to make a numerical prediction on the future outlook of any particular stock with respect to time
- Able to get specific statistical information on the prediction itself
- Confidence
- Error range
- Etc?
- Store each prediction in database to use later
- Update existing predictions with current price information
- Access existing predictions and all of their information
- Manage deletion of outdated or invalid predictions
- Users can store predictions to their profile
- Users can access and view the information on those predictions
- Users can view past prices as a line graph.
- Users can see the price range of future prediction on line graph.
- Users can search for predictions
- Users can filter predictions based off of a variety of features
- Users can "follow" predictions in order to store them
- Users can see a list of their "followed" predictions
- Handle out-of-date predictions
- Option to remove old prediction
- Option to update old prediction, or any prediction
..