diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-11 13:56:53 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-11 13:56:53 -0700 |
commit | 0dc872921023030f6ffd320eb038e5379b47fa53 (patch) | |
tree | 7069b0a3c914431d4e0e7f05d2526592b0c4e3cf /python | |
parent | 98f21fe69e0361db00e5fbceb7a3168dcb926d32 (diff) | |
download | fatcat-0dc872921023030f6ffd320eb038e5379b47fa53.tar.gz fatcat-0dc872921023030f6ffd320eb038e5379b47fa53.zip |
update TODO lists (september plan)
Diffstat (limited to 'python')
-rw-r--r-- | python/TODO | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/python/TODO b/python/TODO index 3e8ba6ff..708b8aa8 100644 --- a/python/TODO +++ b/python/TODO @@ -1,7 +1,7 @@ -- make debugbar really optional (don't import unless we're in debug mode) +- schema.org metadata for releases -tests +additional tests - full object fields actually getting passed e2e (for rich_app) - implicit editor.active_edit_group behavior - modify existing release via edit mechanism (and commit) @@ -13,3 +13,8 @@ tests views - oldest un-merged edits/edit-groups +- changelog more like a https://semantic-ui.com/views/feed.html ? +- instead of grid, maybe https://semantic-ui.com/elements/rail.html + +backlog +- make debugbar really optional (don't import unless we're in debug mode) |