-
Notifications
You must be signed in to change notification settings - Fork 12
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
reporting results or status to web #6
Comments
Regardless of the user-facing implementation, we should have functions (in models) that report on the state of each job. Once we have that, building an app to monitor them is easy. Ideas for that: Flask or Shiny. I'd obviously favor a Python based option, mostly for the interface with the existing platform. We could have this as a command in looper like described in #4. |
great idea. this does require looper to depend on pypiper output though. |
Just to update this issue (for which I've open the There is a functioning implementation with Flask, which for now simply runs the Anyone willing to contribute is welcome, but for now it is something low-priority I guess. |
This issue became part of looper with the split. It is now part of a looper issue: |
this has basically been implemented now in caravel |
long-term idea:
we could think about connecting to either a mysql server or to google spreadsheets using gspread, for updating run status, etc.
The text was updated successfully, but these errors were encountered: