Corgam / SS23_ADSP_TCF

An official repository for the "Tangible Climate Futures" project from the ADSP (SS23) course at TU Berlin.
1 stars 2 forks source link

Template + CRUD for uploaded data #12

Closed thdrbrkw closed 1 year ago

thdrbrkw commented 1 year ago

Implement template for data which is stored in our DB. The template should at least contain an UUID, keywords,, and the actual data. This also contains implementing the required CRUD-operations

Corgam commented 1 year ago

Doubles another issue.

thdrbrkw commented 1 year ago

They are not the same! One refers to data we have in our database, and the other to data which is not stored in our db. The second requires a different handling (because what if the data is not there anymore, multimedial data files, etc.). Hence, they are not duplicates

Corgam commented 1 year ago

Should be completed by #29. I have implemented a "Basic Data File" schema with all CRUD operations possible. The schema requires the files to contain only the specified key-value pairs. A more sophisticated data file would be necessary, however, for it, I would create a new issue with an updated description.

Corgam commented 1 year ago

The basic file model is done. I will create a new issue for the newly discussed model.