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
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: