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
Motivation -We can only set a name and store a model as that name. The problem with this is that users forget when they have stored the model for the last time and often, I have observed that users will start calling their models: botmodel1 botmodel2 botmodel3, botmodelbackup, botmodelbackup2,... So if you want to use the latest version of a certain model you do not know which one is the latest.
Specification - For each model store not only the name but also metadata like the date when it was stored, a version number and the user which stored the model
Finalised state - If a user wants to store a model, they click on the store model button. This opens up a form in which the user is able to specify the name and an optional version tag. If they click on submit then this model is stored along with the current timestamp, the username (anonymous if not logged in) the optional version tag. If the user wants to load a model, they can use a search field. The suggestions are based on the search input and also list the version tag if available. A more info button expands the search result to reveal the username and date of submission
The text was updated successfully, but these errors were encountered:
store model
button. This opens up a form in which the user is able to specify the name and an optional version tag. If they click onsubmit
then this model is stored along with the current timestamp, the username (anonymous if not logged in) the optional version tag. If the user wants to load a model, they can use a search field. The suggestions are based on the search input and also list the version tag if available. A more info button expands the search result to reveal the username and date of submissionThe text was updated successfully, but these errors were encountered: