diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-08 15:48:52 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-08 15:48:52 -0800 |
commit | 9aef7507e18567c96b373436a894242f65af7c70 (patch) | |
tree | 49274765f069c0dc9f4275333634c372f07beb1a | |
parent | 7f50c87b58e089b17204da63a48a8747a0f9dd44 (diff) | |
download | fatcat-9aef7507e18567c96b373436a894242f65af7c70.tar.gz fatcat-9aef7507e18567c96b373436a894242f65af7c70.zip |
update TODO
-rw-r--r-- | TODO | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -1,13 +1,12 @@ ## In Progress -- tool scripts auth - => from ENV, with optional prefixes by type -- review/refactor/audit auth setup (eg, created/epoch times) - ## Next Up +- pg_tmp for rust tests - cargo update (rust deps) +- rust to 2018 version +- guide updates for auth - pipenv update; and maybe pin some versions (python deps) - remove the concept of "active editgroup", and simplify autoaccept batch path - refactor webface views to use shared entity_view.html template @@ -24,6 +23,9 @@ ## Ideas +- more logins: orcid, wikimedia +- `fatcat-auth` tool should support more caveats, both when generating new or + mutating existing tokens - fast path to skip recursive redirect checks for bulk inserts - when getting "wip" entities, require a parameter ("allow_wip"), else get a 404 @@ -41,6 +43,7 @@ ## Production blockers +- privacy policy, and link from: create account, create edit - refactors and correctness in rust/TODO - importers have editor accounts and include editgroup metadata - crossref importer sets release_type as "stub" when appropriate |