From f12bfe926169c9a69664b02969465e64436e3682 Mon Sep 17 00:00:00 2001 From: Michael McVady Date: Mon, 15 Jan 2024 22:59:41 -0600 Subject: Update `README.md` --- README.md | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 944b645..36db08c 100644 --- a/README.md +++ b/README.md @@ -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

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? -- cgit v1.2.3