aboutsummaryrefslogtreecommitdiffstats
path: root/rust/TODO
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-06-17 13:27:23 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-06-17 13:27:23 -0700
commit7a00025afb5dbcef28f34dec04965437353723c8 (patch)
treede2522f20704f3d8ca2ecf447e0f1f638d2ed76a /rust/TODO
parenta3c92de2067064d74a9997bf2a836642bd77bac3 (diff)
downloadfatcat-7a00025afb5dbcef28f34dec04965437353723c8.tar.gz
fatcat-7a00025afb5dbcef28f34dec04965437353723c8.zip
update TODO lists
Diffstat (limited to 'rust/TODO')
-rw-r--r--rust/TODO38
1 files changed, 2 insertions, 36 deletions
diff --git a/rust/TODO b/rust/TODO
index be2896aa..51cdb98a 100644
--- a/rust/TODO
+++ b/rust/TODO
@@ -1,43 +1,9 @@
-x 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
-x iron-slog
-x integrate API server example into a main.rs
-x get and post for creators
-x cleanup pooled database: https://github.com/diesel-rs/diesel/pull/1466
-x clean up blasse error handling a bit
-x add 404s to gets
-x wow. fix a bunch of api schema names ("FindASingleContainerByExternalIdentifer")
-x refactor handlers to have a proper Result<_,_> error-chain type, so I can use '?'
-x move python to subdirectory
-x rename binary
-x copypasta a bunch of CRUD
-x swagger endpoint
-x helper to calculate 'state' of idents
-x tests for orcid and issn lookups
-x editgroup helper (for POST)
-x creators, releases, works, files
-x editgroup accept
-x edits, groups, etc
-x JSON
-x one-to-many relationship (eg, works)
-x more dummy data (tests the schema)
-x encode the remaining entities in SQL
-x openapi for other entities (heavily templated)
-x testing framework
-x file/release relation
-x refactor tests (response check, setup)
-x better test coverage (all entity types, get and post)
-x editgroup GET API schema arrays
-- editor_id vs. editor; can't GET by id, so need to return username?
+- editor_id vs. editor; return editor_id (in addition to name?)
later:
-- generate python client library?
-- web interface?
- editgroup: state to track review status?
-- all those python tests
+- re-implement old python tests
- enforce "no editing if editgroup accepted" behavior
- refactor entity creation/editing (DRY)
- refactor to allow Result<> in all handlers