diff --git a/TODO.md b/TODO.md deleted file mode 100644 index f3e5bfc..0000000 --- a/TODO.md +++ /dev/null @@ -1,153 +0,0 @@ -# TODO List for Iroon Project - -## Critical Features - -- [x] Database Implementation - - - [x] Init mode to create a new db - - [x] Set up SQLite database - - [x] Create proper schemas - - [x] Implement data persistence - - [x] Add database migrations - - [x] Add database caching - -- [ ] HTTPS -- [ ] Storing default login in config file/env variable -- [ ] Input Validation -- [ ] Saparate routing logic, and http handlers -- [ ] Better error Handling -- [ ] Migrate to gorm -> simplification of codebase -- [ ] Proper session auth ? -- [ ] /orders/search htmx trigger `