diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-14 22:01:26 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-14 22:01:35 -0700 |
commit | e468707ee53f4a8ff75b00a1eec44921672464b6 (patch) | |
tree | 4aa5ba8b5f044eabcbb6d4dffd94502f8e614ea8 /rust/TODO | |
parent | 6ca8ff2abdc3601e3da1f53a5562d96d3af1aac3 (diff) | |
download | fatcat-e468707ee53f4a8ff75b00a1eec44921672464b6.tar.gz fatcat-e468707ee53f4a8ff75b00a1eec44921672464b6.zip |
commit older files
Diffstat (limited to 'rust/TODO')
-rw-r--r-- | rust/TODO | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/rust/TODO b/rust/TODO new file mode 100644 index 00000000..af67367d --- /dev/null +++ b/rust/TODO @@ -0,0 +1,15 @@ +- re-generate OpenAPI + => using whatever sagger-codegen 2.3.1 (stable?) + => take iron example from older generator 2.3.1 (iron) + => cargo swagger (docker) seems to only use latest +- integrate API server example into a main.rs +- iron-slog +- get and post for creators + +then: +- encode the remaining entities in SQL +- openapi for other entities (heavily templated) + + +later: +- metrics, jwt, config, sentry, testing |