You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
business-manager parses (by R invocation) ZOON modules from {local-fs|GitHub} and places
data in elastic db. Then proceeds to query Figshare for ZOON workflow calls and parses (not
R invocation!) and places parsed data in elastic db.
client reads in user data and loads JDBC database.
If a registered user is signed in they can upload their private ZOON modules into a temporary
store (gitblit) and verify (by R invocation) them. They can also store their created ZOON
workflow calls. These private modules and workflow calls do appear in other views.
A verified ZOON module can subsequently be uploaded to a GitHub repository.
New users can register themselves on the website, in which case an email is sent to ZOON admins
and one of them can log in to activate the newly registered person.
Missing functionality.
Not a dynamic update of modules newly uploaded to ZOON GitHub. Would currently need to restart
business-manager manually for the start-up loading of elastic to draw in the new module.
No "official" workflow call parsing possible.
Clearly defined way of storing different versions of public ZOON modules (and workflow calls).