From b558a50a7d190ceb8ada23fcfbd3df58e845a5ff Mon Sep 17 00:00:00 2001 From: Hayden Date: Sat, 6 Feb 2021 12:17:19 -0900 Subject: [PATCH] cleanup todos --- mealie/app.py | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/mealie/app.py b/mealie/app.py index 025c3d190..ee1f44d2c 100644 --- a/mealie/app.py +++ b/mealie/app.py @@ -25,16 +25,11 @@ from utils.logger import logger """ TODO: - [x] Fix Duplicate Category -- [x] Fix Duplicate Tags -- [ ] New Endpoints - - [x] Tag Endpoints - - [x] Category Endpoints - - [ ] Endpoint Tests +- [x] Fix category overflow +- [ ] Enable Database Name Versioning - [ ] Finish Frontend Category Management - [x] Delete Category - [ ] Sort Sidebar A-Z -- [x] Ingredient Drag-Drop / Reorder -- [x] Refactor Endpoints - [ ] Refactor Test Endpoints - Abstract to fixture?