aboutsummaryrefslogtreecommitdiffstats
path: root/rust/TODO
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-09-07 19:36:11 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-09-07 19:36:11 -0700
commit20c5cf5a8b9acf98db7487ab49de8dcbc1ddb2f9 (patch)
treeae2cbb555f3bd9992b0bb85ceb5d73b33cfc6581 /rust/TODO
parent47cb21bdc31466dd827800898a4ad543a6297696 (diff)
downloadfatcat-20c5cf5a8b9acf98db7487ab49de8dcbc1ddb2f9.tar.gz
fatcat-20c5cf5a8b9acf98db7487ab49de8dcbc1ddb2f9.zip
fix/replace a lot of expect() calls
Diffstat (limited to 'rust/TODO')
-rw-r--r--rust/TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/TODO b/rust/TODO
index 1ed580e6..ed38b915 100644
--- a/rust/TODO
+++ b/rust/TODO
@@ -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)