diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-14 20:51:20 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-14 20:51:20 -0800 |
commit | 7119e7525516ebba8edd3110d2a08d29eb317484 (patch) | |
tree | 8dc4ea47930cfc828a5423f18c483307e06122bd | |
parent | a3412587f1b8a069249410b916c499dc4f7e6cf0 (diff) | |
download | fatcat-7119e7525516ebba8edd3110d2a08d29eb317484.tar.gz fatcat-7119e7525516ebba8edd3110d2a08d29eb317484.zip |
update README with progress
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -48,7 +48,7 @@ schema, lives under `./python_client/`. - [x] JSON(B) "extra" metadata fields - [x] full rev1 schema for all entities - [x] file sets and web captures - - [ ] editgroup review: comments? actions? + - [x] editgroup review: annotations - HTTP API Server - [x] base32 encoding of UUID identifiers - [x] inverse many-to-many helpers (files-by-release, release-by-creator) @@ -62,6 +62,6 @@ schema, lives under `./python_client/`. - [x] Basic logging - [x] Swagger-UI - [x] Bulk metadata exports - - [ ] Sentry (error reporting) - - [ ] Metrics + - [x] Sentry (error reporting) + - [x] Metrics |