cleanup todos

This commit is contained in:
Hayden 2021-02-06 12:17:19 -09:00
commit b558a50a7d

View file

@ -25,16 +25,11 @@ from utils.logger import logger
""" """
TODO: TODO:
- [x] Fix Duplicate Category - [x] Fix Duplicate Category
- [x] Fix Duplicate Tags - [x] Fix category overflow
- [ ] New Endpoints - [ ] Enable Database Name Versioning
- [x] Tag Endpoints
- [x] Category Endpoints
- [ ] Endpoint Tests
- [ ] Finish Frontend Category Management - [ ] Finish Frontend Category Management
- [x] Delete Category - [x] Delete Category
- [ ] Sort Sidebar A-Z - [ ] Sort Sidebar A-Z
- [x] Ingredient Drag-Drop / Reorder
- [x] Refactor Endpoints
- [ ] Refactor Test Endpoints - Abstract to fixture? - [ ] Refactor Test Endpoints - Abstract to fixture?