aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichael McVady <femtonaut@gmail.com>2024-01-12 15:22:32 -0600
committerMichael McVady <femtonaut@gmail.com>2024-01-12 15:22:32 -0600
commitd0ce4ab8075cc3d14075b66260ecc9d8674dfba7 (patch)
tree86ff077ae9fbac632b9042fcbe07f0c74f9d2d24 /README.md
parent7d9765df281da6ad6debe07b2047affec3ef2e17 (diff)
Update `README.md`
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1471b5b..82bb8d1 100644
--- a/README.md
+++ b/README.md
@@ -41,14 +41,15 @@ Use `psql` and load `db/db.sql` for models,
1. ~Only do HTTP stuff at the edge.~
2. ~`PUT`~/`PATCH`? entries.
3. pagination
-4. HTML form for edits
-5. Make <h1> first class markdown citizen
+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. Search
## But using C in 2024 is dangerous?