327 Commits

Author SHA1 Message Date
1ff29fbe1b Bump version to 0.2.21 v0.2.21 2023-01-22 21:57:14 -05:00
99261fb35a Add prometheus metrics 2023-01-22 21:48:40 -05:00
80e93fa476 sort the plan dates in descending order in the ui 2023-01-19 08:35:13 -05:00
5d0ace233b Bump version to 0.2.20 v0.2.20 2023-01-18 21:09:28 -05:00
2267744087 Various bugfixes 2023-01-18 20:58:25 -05:00
47183b6e7a Add plan deletion to the UI 2023-01-18 20:06:03 -05:00
ad62c5f31f api for meal plan deletion 2023-01-18 19:29:38 -05:00
2ffb3be114 Clean plan data on plan save 2023-01-18 07:47:18 -05:00
55cfb013a8 Clean inventory data for missing items on save 2023-01-18 07:39:55 -05:00
7549decc71 Save plans for date via api 2023-01-18 07:34:05 -05:00
0a68c3d51c Handle saving and loading for specific plan_dates 2023-01-17 21:06:18 -05:00
80b6126e10 UI for selecting a plan from the list 2023-01-17 19:42:48 -05:00
f808ca8585 Handle messages for selecting a plan_date 2023-01-17 19:21:37 -05:00
3f0836dad2 Load plan_dates during the load state phase 2023-01-17 13:44:09 -05:00
be74b24f6b Wire in the new plan api endpoints into HttpStore 2023-01-17 13:31:48 -05:00
38582f66ab Add api for getting a plan for a specific date 2023-01-17 13:13:53 -05:00
bba1d9ca19 Wire up the http endpoint for fetch all plans 2023-01-17 13:07:14 -05:00
8d5d044e9a Add fetch_all_meal_plans APIStore implmentation 2023-01-17 13:02:30 -05:00
811a04cebb Bump version v0.2.19 v0.2.19 2023-01-17 06:39:34 -05:00
cb2ea475aa Ensure inventory data is linked to a mealplan 2023-01-17 06:37:55 -05:00
b5d1ed2ee5 Bump version to 0.2.18 v0.2.18 2023-01-16 17:16:08 -05:00
0d76f4b826 Fix issue with retrieving inventory data query 2023-01-16 17:14:20 -05:00
43eaba577b Bump version to 0.2.17 v0.2.17 2023-01-12 18:14:44 -05:00
9f86447b29 Fix clear all bug 2023-01-12 18:02:49 -05:00
a55ce325d6 Add a custom number field component 2023-01-12 17:41:11 -05:00
8c5a42dd39 Allow passing additional flags to the run script 2023-01-11 15:38:21 -05:00
ae7aea8c5b Add some logging around synchronization 2023-01-08 18:39:07 -05:00
9ac61731f7 Cleanup up some code with the power of From 2023-01-07 20:02:49 -05:00
5f39b0e837 Bump to version v0.2.16 v0.2.16 2023-01-07 19:05:03 -05:00
98f94b555c Dont use debug logging by default on web 2023-01-07 19:01:01 -05:00
6d0aae2c92 remove navigate_to_path function 2023-01-07 17:48:38 -05:00
7559aae9d0 On the fly recipe parse checks 2023-01-07 17:28:37 -05:00
829b81d3e2 More Desktop Friendly buttons 2023-01-07 17:22:26 -05:00
36679b6569 Delete unused methods from LocalStore 2023-01-07 17:16:30 -05:00
a6a5edcc40 Load plan from local_store if http fetch fails 2023-01-07 17:16:30 -05:00
9af13c5bb4 UI for recipe deletion 2023-01-07 17:16:30 -05:00
170c45fd72 Add an http api to delete recipes with 2023-01-07 17:16:30 -05:00
81b5cdbf57 Remove the unnecessary api module 2023-01-07 15:42:48 -05:00
8c142711bc Bump version to v0.2.15 v0.2.15 2023-01-06 16:52:17 -05:00
c16b5bab7c Store staples seperately from recipes 2023-01-06 16:50:32 -05:00
35968ac78d Bump version to v0.2.14 2023-01-06 11:04:00 -05:00
d8fa4f2269 Its no longer categories, its ingredients mgmt 2023-01-06 00:52:05 -05:00
0404ba59f4 Handle staples recipe links appropriately 2023-01-05 23:07:02 -05:00
66a558d1e6 New UI for ingredient category management 2023-01-05 23:02:36 -05:00
44e8c0f727 API backend for more granular storage of ingredient mappings 2023-01-05 17:44:04 -05:00
aa4e2e8f8a Use nix to run the app 2023-01-05 13:38:59 -05:00
94f9b3ed07 Tab Rendering with just underline 2023-01-05 13:38:46 -05:00
96b03cb14a API naming consistency save_ -> store_ 2023-01-05 13:09:06 -05:00
30293878fc API naming consistency get_ -> fetch_ 2023-01-05 13:06:19 -05:00
19c75930cc Remove calls to the v1 api. 2023-01-05 13:05:34 -05:00