cb15db2d27
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> |
||
---|---|---|
.. | ||
test_recipe_bulk_action.py | ||
test_recipe_bulk_import.py | ||
test_recipe_comments.py | ||
test_recipe_crud.py | ||
test_recipe_export_as.py | ||
test_recipe_favorites.py | ||
test_recipe_foods.py | ||
test_recipe_image_assets.py | ||
test_recipe_ingredient_parser.py | ||
test_recipe_owner.py | ||
test_recipe_share_tokens.py | ||
test_recipe_steps.py | ||
test_recipe_units.py |