diff options
author | Michael McVady <femtonaut@gmail.com> | 2024-01-26 23:18:51 -0600 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2024-01-26 23:18:51 -0600 |
commit | f81f88ae569c6724da18868d1abe92036b895fc6 (patch) | |
tree | 2c62f562f9764459ca08a730569fc8d1c3ba6078 /README.md | |
parent | 2d92280f0e7e605911da199757fa33d2b5089b0a (diff) |
Limit results
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? |