Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review results from previous runs #7

Open
ruokun-niu opened this issue Aug 26, 2022 · 1 comment
Open

Review results from previous runs #7

ruokun-niu opened this issue Aug 26, 2022 · 1 comment
Assignees
Labels

Comments

@ruokun-niu
Copy link
Collaborator

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants