Skip to content

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.

Registration

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

Job list

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

Sharing workflows

  • private
  • protected shared with group of users
  • public

Interactive job

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.

Clone this wiki locally