aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-11-24 15:49:23 -0800
committerBryan Newbold <bnewbold@robocracy.org>2021-11-24 15:49:23 -0800
commitac170d8a00663cf2dc734516913641c544faa105 (patch)
tree7b71db5ef6e6d8f89377c3d44bebdeeb91b9d441 /TODO.md
parentfafc32e0ea1adc95eea817af7273d4c47422b364 (diff)
downloadfatcat-ac170d8a00663cf2dc734516913641c544faa105.tar.gz
fatcat-ac170d8a00663cf2dc734516913641c544faa105.zip
codespell fixes to various other docs
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index 9538e7ed..d68236a9 100644
--- a/TODO.md
+++ b/TODO.md
@@ -92,7 +92,7 @@ Want to minimize edit counts, so will bundle a bunch of changes
- maybe better 'success' return message? eg, "success: true" flag
- idea: allow users to generate their own editgroup UUIDs, to reduce a round
trips and "hanging" editgroups (created but never edited)
-- refactor API schema for some entity-generic methos (eg, history, edit
+- refactor API schema for some entity-generic methods (eg, history, edit
operations) to take entity type as a URL path param. greatly reduce macro
foolery and method count/complexity, and ease creation of new entities
=> /{entity}/edit/{edit_id}
@@ -161,7 +161,7 @@ new importers:
convert JATS if necessary
- switch from slog to simple pretty_env_log
- format returned datetimes with only second precision, not millisecond (RFC mode)
- => burried in model serialization internals
+ => buried in model serialization internals
- refactor openapi schema to use shared response types
- consider using "HTTP 202: Accepted" for entity-mutating calls
- basic python hbase/elastic matcher