diff options
| author | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-12 10:00:06 -0700 | 
|---|---|---|
| committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-12 10:00:06 -0700 | 
| commit | 1db3bbe11139cee2034cc3f632d13bcce2c03a89 (patch) | |
| tree | 0c368842da7eb4947517b31d89ff0fc69203e3c2 /rust | |
| parent | f7f18bb588023e869c347ddfd23bf1ed5d16e527 (diff) | |
| download | fatcat-1db3bbe11139cee2034cc3f632d13bcce2c03a89.tar.gz fatcat-1db3bbe11139cee2034cc3f632d13bcce2c03a89.zip | |
rust/TODO update
Diffstat (limited to 'rust')
| -rw-r--r-- | rust/TODO | 12 | 
1 files changed, 1 insertions, 11 deletions
| @@ -1,14 +1,4 @@ -refactors -- fatcatd -> fatcat-api-server -- fatcat_api -> fatcat_api_schema (or spec? models? types?) -- standardize "mutating"/"edit" actions -    => have editgroup_id be a request-level param everywhere (not entity-level; -       for batch) -    => editgroup_id as query param -    => editor_id from auth (header) -- consistent "expand"/"stub" flags -  correctness  - enforce "previous_rev" required in updates  - reread/review editgroup accept code @@ -27,8 +17,8 @@ account helper tool  - generate tokens  - test/validate tokens -  later: +- could some of the EntityCrud trait macro stuff be re-implemented as an enum type?  - pure-rust "benchmark" scripts that hit, eg, lookups and batch endpoints      => criterion.rs benchmarking  - try new actix/openapi3 codegen branch | 
