diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -38,14 +38,13 @@ Use `psql` and load `db/db.sql` for models, ## TODO -1. Fix `tests.py` -2. pagination of index -3. Have `tests.py` load and drop database. -4. Get rid of `requests` dependency in `tests.py` -5. Add preview functionality to edit form -6. Fix query parsing for search -7. Create entries. -8. Delete entries. +1. Pagination of index. +2. Delete entries. +3. Fix `tests.py` to work after refactor. +4. Have `tests.py` load and drop database. +5. Get rid of `requests` dependency in `tests.py`. +6. Fix query parsing for search. +7. Add preview functionality to edit form. ## But using C in 2024 is dangerous? |