Skip to content
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

Add stave viewer mode #174

Merged
merged 3 commits into from
May 14, 2021
Merged

Add stave viewer mode #174

merged 3 commits into from
May 14, 2021

Conversation

mylibrar
Copy link
Collaborator

This PR fixes #173.

Description of changes

stave_viewer is introduced to provide an interface to start Stave in viewer mode, which bypasses django backend APIs and databases to render visualization by rerouting data source to local disk storage system. This eliminates the need for users to worry about username, password, credentials, and permissions, which makes it more simple and straightforward to boot up Stave for easy-visualization.
stave_project module provides a set of interfaces to simplify the process of serializing/deserializing project between Stave database and local disk.

Possible influences of this PR

This PR adds two modules into Stave and does not affect other part of the code base. However, structural changes in Stave may deprecate some of the functionalities in these two modules.

Demonstration of results

image

Copy link
Member

@hunterhector hunterhector left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it the case that the full export/import code are not part of this PR yet?

@hunterhector hunterhector merged commit fcd8304 into asyml:master May 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Viewer mode for Stave
2 participants