diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-15 23:06:05 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-15 23:06:05 -0700 |
commit | b2d5968e0a7ac5576782f54980c930345f4c5298 (patch) | |
tree | c2a64fd29193153888b696bb7f811c49e6bd9a4d /rust/TODO | |
parent | 8517c76b92d5fa7041c330438e33f2b08924ac7b (diff) | |
download | fatcat-b2d5968e0a7ac5576782f54980c930345f4c5298.tar.gz fatcat-b2d5968e0a7ac5576782f54980c930345f4c5298.zip |
fmt
Diffstat (limited to 'rust/TODO')
-rw-r--r-- | rust/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ x cleanup pooled database: https://github.com/diesel-rs/diesel/pull/1466 x clean up blasse error handling a bit x add 404s to gets x wow. fix a bunch of api schema names ("FindASingleContainerByExternalIdentifer") -- refactor handlers to have a proper Result<_,_> error-chain type, so I can use '?' +x refactor handlers to have a proper Result<_,_> error-chain type, so I can use '?' - one-to-many relationship (eg, works) - many-to-many relationship (eg, creators) - creators, releases, works, files (?) |