JackyXu-Cool / Team-2130-Machine-Learning-Roulette

Georgia Tech Junior Design Project
8 stars 5 forks source link

Review results from previous runs #7

Open ruokun-niu opened 2 years ago

ruokun-niu commented 2 years ago

As a user, I want to see old results so I can avoid having to run the algorithm again. Scenario: An existing user is looking for their results they got several days ago. Given the user was logged in when they began running their models; When the user goes to their results history page; Then they will be able to see their past results. Scenario: A new user is looking for historical result Given the user was just a guest user and does not have an account When the user tries to see their historical result Then they will be directed to the account sign-up page. Scenario: The user was not logged in when running their models. Given the user has closed the webpage since running their models; When the user goes to the results history page; Then they will be asked to login but their results won’t be available. Scenario: The user was not logged in but selected to make their results public. Given the user has closed the webpage since running their models; When the user goes to the general database; Then they will be able to find the results.

JackyXu-Cool commented 1 year ago

Thanks David for writing the MySQL script for this. Unfortunately, there's not enough time for me to integrate to the application. Will document this in the customer documentation. Move this to backlog