workflUX
workflUX copied to clipboard
An open-source, cloud-ready web application for simplified deployment of big data workflows.
Check with AAI experts.
This is already implemented for sqlalchemy but not for OIDC.
Currently the non-OIDC login is working server side-wise using flask. This should be changed to be consistent with OIDC. E.g. an access_token is requested from the server, stored in the...
It's impractical to separate user and job manager as they are interconnected. Maybe combine them to one connector class.
Dev and dev_elixir containers should inherit from a base image with all the dependencies in place. This will speed up building up CD.
 Even after refresh.
When the access token expires, currently, an error message is shown. However, the user has to manually refresh the page to login again. Once an expired/invalid access token is detected,...
A project-level organization of database and UI should be added. In the database, each project contains: - assigned users - workflows - jobs - data - ... The UI should...