18 Commits

Author SHA1 Message Date
531afabf61 Refactor the other services 2025-01-05 18:00:04 +01:00
24546a4ef5 Migrate the rest of everything from rowid to id 2024-10-25 16:37:37 +02:00
cbee5bd204 Ensure only last rows are queried for search 2024-09-11 09:04:39 +02:00
0051ae71d9 Fix go services returning nulls
I did not know that var foo []bar does not initialize foo to empty []!
Fuck
2024-08-13 18:51:50 +02:00
8fd8d53cc3 Rework search to return a list
Like a proper search would!"
2024-08-13 18:51:50 +02:00
a6626761e7 Rework food service to use new search query 2024-08-13 17:21:12 +02:00
6bfd5cc26a Rework lastper100 to return a food instead of float32 2024-08-13 15:31:50 +02:00
1edc3e83ef Add the whole api stack for weight 2024-08-09 23:31:59 +02:00
d9ae2e1ab3 Implement creating food 2024-08-09 21:20:43 +02:00
db34fe039e Order food by date 2024-08-09 19:55:31 +02:00
265c51edae Actually export fields of food
IDIOT
2024-08-09 18:34:25 +02:00
01e6515de5 Export types to json 2024-08-09 18:02:58 +02:00
683c443b7f Fix up and export food service 2024-08-09 17:46:05 +02:00
21aeb52d32 Add food update 2024-08-09 16:37:55 +02:00
7683ccd5e1 Add daily weekly monthly and yearly view for food 2024-08-09 16:33:06 +02:00
a23ada9bb0 Implement basic food service 2024-08-09 16:21:11 +02:00
56e0ef49a0 Implement settingsservice 2024-08-09 15:16:18 +02:00
d6e00316bc Add db and types 2024-08-09 15:06:10 +02:00