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

Allow configurable directory structure. #5

Open
Isaak-Malers opened this issue Jul 26, 2018 · 0 comments
Open

Allow configurable directory structure. #5

Isaak-Malers opened this issue Jul 26, 2018 · 0 comments

Comments

@Isaak-Malers
Copy link
Owner

The chrome extension AND the test runtime code need to be able to pull in, save, and manipulate datasets from arbitrary disk locations. The data set will always have the format:

  • data-model/
    • images/
    • backups/
    • app-map.json

Required for this task:

Code that can recognize when a directory matches this structure, which will be used on the front-end and the back-end.

Obverse constructor should take a path, which will be used to find this code.

Chrome extension will need a "save" and "save-as" button to save to a stored location, as well as to save to a new location. I think the chrome extension should take over the responsibility of creating new, "empty" data directories.

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

No branches or pull requests

1 participant