-
Notifications
You must be signed in to change notification settings - Fork 0
Wishlist
Stefan Verhoeven edited this page Sep 16, 2022
·
1 revision
Below is a wish list of things we would like bartender to do in the future.
During registration user should tell us whether he/she
- is academic or commercial
- is from country allowed to perform computations
After registration the administrator should review the registration and grant the user permission to perform computations
An user should see the status of their jobs.
A running job should report its progress. This could be a simple string like queued, running, completed or more extensive like module progress.
Actions to perform on a running job:
- cancel
Actions to perform on completed job:
- view results
- download
- delete
- export to builder
- share / publish
- private
- protected shared with group of users
- public
Some calculations are triggered by a user in an interactive environment and take seconds to complete. It would be nice to cater to that use case.