diff options
author | Michael McVady <femtonaut@gmail.com> | 2024-01-15 22:59:41 -0600 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2024-01-15 22:59:41 -0600 |
commit | f12bfe926169c9a69664b02969465e64436e3682 (patch) | |
tree | 29e1bce66c7904849e339dd2486d14bb64c7f801 /README.md | |
parent | ef7cd622768b9dfe99ad18b7af5bd0e328b4d503 (diff) |
Update `README.md`
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 8 insertions, 14 deletions
@@ -38,20 +38,14 @@ Use `psql` and load `db/db.sql` for models, ## TODO -1. ~Only do HTTP stuff at the edge.~ -2. ~`PUT`~/`PATCH`? entries. -3. pagination of index ? -4. ~HTML form for edits~ -5. ~Make <h1> first class markdown citizen~ -6. ~Remove JSON API?~ -7. ~use sha256 hash to check kore blob~ -8. Have `tests.py` load and drop database. -9. ~Refactor URLs and HTTP calls in tests `tests.py` to reduce copy-pasta~ -10. Get rid of `requests` dependency in `tests.py` -11. Fix `PATCH` redirects? -12. [Full Text Search](https://dev.to/nightbird07/full-text-search-in-postgresql-a-comprehensive-guide-3kcn) -13. Add preview functionality to edit form -14. Add support for creating new entries +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. ## But using C in 2024 is dangerous? |