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

Batch result UI #460

Open
mattias-p opened this issue Feb 9, 2024 · 0 comments
Open

Batch result UI #460

mattias-p opened this issue Feb 9, 2024 · 0 comments

Comments

@mattias-p
Copy link
Member

mattias-p commented Feb 9, 2024

Depends on:

The batch id should be part of the batch result URL.

The batch result URL should return either a batch result page (if the batch id does exist) or a 404 page (if the batch id does not exist).

The batch result page should contain:

  • the batch id
  • a progress indication consisting of two numbers:
    • the number of ended jobs in the batch (i.e. jobs in one of the completed, cancelled or crashed statuses)
    • the total number of jobs in the batch
  • a list of links to the result of each crashed job in the batch
  • a list of links to the result of each cancelled job in the batch
  • a list of links to the result of each completed job in the batch

N.B. Working out the details of this design proposal I started out with my recollection of our discussion at the F2F in January 2024, and then I tried to find a local optimum close to that which maximises usefulness in relation to the required implementation effort.

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

No branches or pull requests

1 participant