From eb094c1829d1fc9bb48e687921eeff656b69e2c2 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 24 May 2018 00:30:19 -0700 Subject: add status --- rust/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'rust/README.md') diff --git a/rust/README.md b/rust/README.md index 9242b599..d0480b87 100644 --- a/rust/README.md +++ b/rust/README.md @@ -1,6 +1,24 @@ Rust implementation of fatcat API server (`fatcatd`). +## Status + +- HTTP API + - [ ] base32 encoding of UUID identifiers +- SQL Schema + - [x] Basic entities + - [ ] one-to-many and many-to-many entities + - [ ] JSON(B) "extra" metadata fields +- Web Interface + - [ ] Migrate Python codebase +- Other + - [x] Basic logging + - [x] Swagger-UI + - [ ] Sentry (error reporting) + - [ ] Metrics + - [ ] Authentication (eg, accounts, OAuth2, JWT) + - [ ] Authorization (aka, roles) + ## Development - rust stable, 1.26+ (eg, via "rustup", includes cargo tool) -- cgit v1.2.3