ok icon indicating copy to clipboard operation
ok copied to clipboard

Better user interface for job progress

Open knrafto opened this issue 7 years ago • 0 comments

We shouldn't be limited to a text log - each job should have a custom way to show its progress or eventual result. For example, our autograding job can display a progress bar and a histogram of scores received, and our GitHub search job can show links to any repos it found or issues it created.

We could do this by storing some JSON data for each job, and the server re-renders a template based on that data periodically.

knrafto avatar Feb 08 '17 02:02 knrafto