SVG Upload functionality #4

Open
opened 2026-01-18 13:16:31 +00:00 by tueem · 0 comments
Owner

POST (/svg)
-> Upload SVG (application/octet-stream)
<-

{
	"id": "ID FOR LATER REFERENCE",
	"templateKeys": [
		"foo",
		"bar",
		"ex"
	]
}

This should be stored in some kind of datastore, maybe MinIO?
Metadata in DB including templateKeys.

> **POST** (/svg) > -> Upload SVG (application/octet-stream) > <- ```JSON { "id": "ID FOR LATER REFERENCE", "templateKeys": [ "foo", "bar", "ex" ] } ``` --- This should be stored in some kind of datastore, maybe MinIO? Metadata in DB including templateKeys.
tueem added this to the First prototype milestone 2026-01-18 13:16:34 +00:00
tueem added this to the dev project 2026-01-18 13:16:36 +00:00
tueem moved this to To Do in dev on 2026-01-18 13:42:01 +00:00
tueem moved this to In Progress in dev on 2026-01-25 19:38:06 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: tueem/svg-templater#4