diff options
| author | Bryan Newbold <bnewbold@robocracy.org> | 2018-06-30 20:35:02 -0700 | 
|---|---|---|
| committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-06-30 20:35:02 -0700 | 
| commit | d03cb8421c6bd9c73fae43e1de1cac0455598f77 (patch) | |
| tree | 9cb95ffbc3df178c09f5fce96248f93f4bf1257f /rust | |
| parent | c7c240aee6bb79ded5a142327a28370df0e8bb0e (diff) | |
| download | fatcat-d03cb8421c6bd9c73fae43e1de1cac0455598f77.tar.gz fatcat-d03cb8421c6bd9c73fae43e1de1cac0455598f77.zip | |
update readmes/TODOs
Diffstat (limited to 'rust')
| -rw-r--r-- | rust/README.md | 23 | 
1 files changed, 0 insertions, 23 deletions
| diff --git a/rust/README.md b/rust/README.md index 0b4e453a..ff873cc7 100644 --- a/rust/README.md +++ b/rust/README.md @@ -1,29 +1,6 @@  Rust implementation of fatcat API server (`fatcatd`). -## Status - -- HTTP API -    - [ ] base32 encoding of UUID identifiers -    - [x] inverse many-to-many helpers (files-by-release, release-by-creator) -- SQL Schema -    - [x] Basic entities -    - [x] one-to-many and many-to-many entities -    - [x] JSON(B) "extra" metadata fields -    - [x] full rev1 schema for all entities -    - [ ] editgroup review: comments? actions? -- Web Interface -    - [x] Migrate Python codebase -    - [ ] Creation and editing of all entities -- Other -    - [x] Basic logging -    - [x] Swagger-UI  -    - [ ] Sentry (error reporting) -    - [ ] Metrics -    - [ ] Authentication (eg, accounts, OAuth2, JWT) -    - [ ] Authorization (aka, roles) -    - [ ] bot vs. editor -  ## Development  - rust stable, 1.26+ (eg, via "rustup", includes cargo tool) | 
