Deadwood-ai / file-storage-api

FastAPI backend for the Deadwood-AI file storage server
GNU General Public License v3.0
0 stars 0 forks source link

Save metadata #3

Closed mmaelicke closed 5 months ago

mmaelicke commented 5 months ago

closes #1 and closes #2

The metadata model is just showcased and not yet implemented. As soon as we are sure about how to send the metadata, I can go ahead and implement a minimal set of metadata.

mmaelicke commented 5 months ago

@JesJehle this PR adds the logic to build the metadata files etc., but does only include the platform parameter so far. Should I keep on developing with platform as the only metadata field, or do you have a minimum set of metadata fields, that I could directly add? I would like to merge this PR, as the other PRs and branches depend on it.