OpenDataServices / standards-lab

Open Standards Lab. A web tool for users and creators of Open Standards.
https://standards-lab.readthedocs.io/
GNU Affero General Public License v3.0
2 stars 0 forks source link

If you upload a schema and a data with same name it overwrites, if you upload a file called settings.json it kinda lets you #138

Closed odscjames closed 3 years ago

odscjames commented 3 years ago

Problem

1) If you upload a schema and a data with same name it overwrites 2) If you upload a file called "settings.json" you can see the content of the settings. You can edit them and save and the app will write your changes to disk! However straight after it overwrites them with the contents in memory, but we shouldn't rely on that to save us here.

Suggestion:

Change the directory structure so it's:

odscjames commented 3 years ago

Directory structure change suggested now done and live