aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md22
1 files 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 <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?