diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-10 19:32:46 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-10 19:32:46 -0700 |
commit | 5647fd1c8c043a1e36af39a03b6495bc75b576dc (patch) | |
tree | d83a6ebbd8336d9cec22c291977bd9031aca2cb1 /rust/TODO | |
parent | 3df7c6fa601309b74c1b664f2f09f048dce2bf29 (diff) | |
download | fatcat-5647fd1c8c043a1e36af39a03b6495bc75b576dc.tar.gz fatcat-5647fd1c8c043a1e36af39a03b6495bc75b576dc.zip |
update TODO
Diffstat (limited to 'rust/TODO')
-rw-r--r-- | rust/TODO | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -1,16 +1,10 @@ -finish refactor: -- database_entity_crud -> api_entity_crud -x merge autoaccept branch in with http-verbs branch -- direct CRUD calls from api_wrappers (except, maybe, batch?) - => generally, standardize "edit" actions -- FatCatId and edit context between wrappers and handlers -- review editgroup accept code - verbs: - enforce "previous_rev" required in updates +- review editgroup accept code (?) - fatcat_api -> fatcat_api_schema (or spec? models? types?) +- generally, standardize "edit" actions - fatcat -> fatcat-api-server - editgroup param to update => also for creation? for consistency |