diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-07 19:36:11 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-07 19:36:11 -0700 |
commit | 20c5cf5a8b9acf98db7487ab49de8dcbc1ddb2f9 (patch) | |
tree | ae2cbb555f3bd9992b0bb85ceb5d73b33cfc6581 /rust/TODO | |
parent | 47cb21bdc31466dd827800898a4ad543a6297696 (diff) | |
download | fatcat-20c5cf5a8b9acf98db7487ab49de8dcbc1ddb2f9.tar.gz fatcat-20c5cf5a8b9acf98db7487ab49de8dcbc1ddb2f9.zip |
fix/replace a lot of expect() calls
Diffstat (limited to 'rust/TODO')
-rw-r--r-- | rust/TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ +- fatcat_api -> fatcat_api_schema (or spec? models? types?) +- fatcat -> fatcat-api-server - refactor rev creation (from an entity) into it's own function, across the board => attach to database module structs? => should make cockroachdb compatible (single use of CTE) |