zegkljan
c9377b04fc
DB migration, small technicalities.
...
* DB migration rewritten:
* Migration scripts are embedded as FS.
* Migration versions are handled automatically.
* Use generics in utils.
2022-09-22 22:05:41 +02:00
zegkljan
a5d98c2eb7
Resizing photos, db vacuuming.
...
* Incoming feature photos are resized and compressed to JPEG to the given dimensions and quality.
* Database is vacuumed during cleanup.
2022-09-11 19:40:52 +02:00
zegkljan
5deff38890
refactoring, support for storing feature photos
...
* errors put into separate package
* added table to store feature photos
* added API endpoints for serving photos
* POST /data extended to accept photos using a multipart/form-data body
2022-01-30 01:34:38 +01:00
zegkljan
38318ca654
basic server
...
* basic untested implementation of server
* updating data not implemented yet
2022-01-28 00:29:06 +01:00