diff options
author | Michael McVady <femtonaut@gmail.com> | 2024-01-12 15:39:59 -0600 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2024-01-12 15:39:59 -0600 |
commit | ff008cf17716c1b0b4394e9d0b83969e419eb844 (patch) | |
tree | 57208a67bfa86829df6c355f9c3dabb5553fd036 /README.md | |
parent | d0ce4ab8075cc3d14075b66260ecc9d8674dfba7 (diff) |
Clean up hardcoded strings
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -40,7 +40,7 @@ Use `psql` and load `db/db.sql` for models, 1. ~Only do HTTP stuff at the edge.~ 2. ~`PUT`~/`PATCH`? entries. -3. pagination +3. pagination of index ? 4. ~HTML form for edits~ 5. ~Make <h1> first class markdown citizen~ 6. ~Remove JSON API?~ @@ -50,6 +50,7 @@ Use `psql` and load `db/db.sql` for models, 10. Get rid of `requests` dependency in `tests.py` 11. Fix `PATCH` redirects? 12. Search +13. Add preview functionality to edit form ## But using C in 2024 is dangerous? |