vsoch / qme

QueueMe is a job queue, manager, and dashboard
https://vsoch.github.io/qme/
Mozilla Public License 2.0
12 stars 4 forks source link

[WIP] adding start of dashboard, need listing to also expose type, and actions #3

Closed vsoch closed 4 years ago

vsoch commented 4 years ago

This is a current work in progress to add the dashboard! I'm using flask with web sockets to create a table view that is updated with the current state of the database. I'm going to further customize this for the front end to receive an executor type (e.g., shell) along with some set of actions that will be added as buttons. Each executor (for example if you click one) will have a web view that is specific to it.

Signed-off-by: vsoch vsochat@stanford.edu