diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-06 15:09:07 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-06 15:09:07 -0700 |
commit | 1cf1061e17cb6070e4540c19b787747232eb909c (patch) | |
tree | 159ab737e6b57db435807d2ca00f5df23d1d340e | |
parent | 0f229e57965901a1230dd346fb676e8caf67ec2e (diff) | |
download | fatcat-1cf1061e17cb6070e4540c19b787747232eb909c.tar.gz fatcat-1cf1061e17cb6070e4540c19b787747232eb909c.zip |
update TODO
-rw-r--r-- | rust/TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,4 +1,11 @@ +- 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) + => usable from both "update" and "create" +- editgroup param to update + => also for creation? for consistency + - editor_id vs. editor username; return editor_id (in addition to name?) later: |