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

Persist projects and artifacts #17

Open
ekuiter opened this issue Sep 19, 2018 · 1 comment
Open

Persist projects and artifacts #17

ekuiter opened this issue Sep 19, 2018 · 1 comment
Labels
enhancement New feature or request server
Milestone

Comments

@ekuiter
Copy link
Owner

ekuiter commented Sep 19, 2018

Right now, all data is kept in RAM by the server. Restarting the server resets all data.

We have to think about storing data as files, or in a database, or in AWS. (Also consider GDPR!)
Still, it should be possible to use the editor without any persistence mechanism (just load some data temporarily).

@ekuiter ekuiter added enhancement New feature or request server labels Sep 19, 2018
@ekuiter
Copy link
Owner Author

ekuiter commented Nov 19, 2018

When persisting feature models, the identifying information for features has to be saved as well, i.e. the UUID, so we have the UUIDs when loading a feature model. This also implies that FeatureIDE's getInternalId is NOT suitable as a UUID, because it cannot be modified.

@ekuiter ekuiter added this to the Long-term milestone Feb 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request server
Projects
None yet
Development

No branches or pull requests

1 participant