aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-11-14 21:46:54 -0800
committerBryan Newbold <bnewbold@robocracy.org>2018-11-14 21:46:54 -0800
commita1b63a58410f01f93027f25e8041d0aed6317bbc (patch)
tree4f14fcb6dcdd9d4260ba944cd0891ec520844465
parent734cad6cf37f82ad5e1965003d34906608477b8f (diff)
downloadfatcat-a1b63a58410f01f93027f25e8041d0aed6317bbc.tar.gz
fatcat-a1b63a58410f01f93027f25e8041d0aed6317bbc.zip
update TODOs
-rw-r--r--TODO3
-rw-r--r--rust/TODO1
2 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index c09764d3..c27374bf 100644
--- a/TODO
+++ b/TODO
@@ -91,6 +91,9 @@ new importers:
- "authn" microservice: https://keratin.tech/
better API docs
+- readme.io has a free open source plan (or at least used to)
+- https://github.com/readmeio/api-explorer
+- https://github.com/lord/slate
- https://sourcey.com/spectacle/
- https://github.com/DapperDox/dapperdox
diff --git a/rust/TODO b/rust/TODO
index 59722cd8..81ed7a06 100644
--- a/rust/TODO
+++ b/rust/TODO
@@ -1,5 +1,6 @@
correctness
+- extra or typo-d fields in requests don't seem to be errors (silently accepted)
- enforce "previous_rev" required in updates
- reread/review editgroup accept code
- enforce "no editing if editgroup accepted" behavior