As a user, I want to have the training done in the background and notified when completed so I can leave the computer and do some other tasks at the same time.
Scenario: A user wants to leave his/her workplace
Given the user has started the training process by clicking the “start training” button
When the user shuts off the computer,.
Then the training should still keep running in the background until it is completed.
Scenario: the user wants to run two trainings at the same time
Given the user has started one training session
When the user wants to train another dataset
Then the user could open another tab to train another dataset while the first dataset will still keep training in the background.
Scenario: after the training is done in the background, the user wants to be notified via email.
Given the user has already uploaded the dataset and selected the parameters.
When the user wants to enable notification via emails.
Then the user could click the “enable notification when finished” button, which then a prompt will appear asking the user to type in his email or use a saved email address. After the training is completed, it will then send a notification email to this email address.
As a user, I want to have the training done in the background and notified when completed so I can leave the computer and do some other tasks at the same time. Scenario: A user wants to leave his/her workplace Given the user has started the training process by clicking the “start training” button When the user shuts off the computer,. Then the training should still keep running in the background until it is completed. Scenario: the user wants to run two trainings at the same time Given the user has started one training session When the user wants to train another dataset Then the user could open another tab to train another dataset while the first dataset will still keep training in the background. Scenario: after the training is done in the background, the user wants to be notified via email. Given the user has already uploaded the dataset and selected the parameters. When the user wants to enable notification via emails. Then the user could click the “enable notification when finished” button, which then a prompt will appear asking the user to type in his email or use a saved email address. After the training is completed, it will then send a notification email to this email address.