nabicht / SimpleTaskQueue

A simple task queue used for coordinating distributed, parallel work.
4 stars 0 forks source link

display tasks in monitoring web page #2

Closed nabicht closed 6 years ago

nabicht commented 6 years ago

Get the basic web page working with flask that shows the current running tasks.

This doesn't need to be pretty or have lots of information. it just needs to be. Divide the tasks into three sections: 1) currently running 2) in the task queue 3) completed

nabicht commented 6 years ago

Using flask-bootstrap4 for the UI. Building a basic page that shows all three sections with slightly different info for each one.

So three separate tables on the page.