1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-31 02:59:42 +02:00
mealie/mealie/schema
Michael Genson cb15db2d27
feat: re-write get all routes to use pagination (#1424)
rewrite get_all routes to use a pagination pattern to allow for better implementations of search, filter, and sorting on the frontend or by any client without fetching all the data. Additionally we added a CI check for running the Nuxt built to confirm that no TS errors were present. Finally, I had to remove the header support for the Shopping lists as the browser caching based off last_updated header was not allowing it to read recent updates due to how we're handling the updated_at property in the database with nested fields. This will have to be looked at in the future to reimplement. I'm unsure how many other routes have a similar issue. 

Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
2022-06-25 11:39:38 -08:00
..
_mealie feat: improved registration signup flow (#1188) 2022-05-06 11:18:06 -08:00
admin Consolidate frontend types (#1245) 2022-05-21 11:22:02 -08:00
analytics feat: admin maintenance and analytics stubs (#1107) 2022-03-29 08:25:28 -08:00
cookbook feat: re-write get all routes to use pagination (#1424) 2022-06-25 11:39:38 -08:00
group feat: re-write get all routes to use pagination (#1424) 2022-06-25 11:39:38 -08:00
labels feat: re-write get all routes to use pagination (#1424) 2022-06-25 11:39:38 -08:00
meal_plan feat: re-write get all routes to use pagination (#1424) 2022-06-25 11:39:38 -08:00
recipe feat: re-write get all routes to use pagination (#1424) 2022-06-25 11:39:38 -08:00
reports feat: add reports to bulk recipe import (url) (#1294) 2022-05-25 19:33:58 -08:00
response feat: re-write get all routes to use pagination (#1424) 2022-06-25 11:39:38 -08:00
server feat: re-write get all routes to use pagination (#1424) 2022-06-25 11:39:38 -08:00
static Feature/shopping lists second try (#927) 2022-01-16 15:24:24 -09:00
user feat: re-write get all routes to use pagination (#1424) 2022-06-25 11:39:38 -08:00
__init__.py v0.4.0 (#236) 2021-03-31 07:20:35 -08:00
mapper.py improve developer tooling (backend) (#1051) 2022-03-15 15:01:56 -08:00