doc: separate TODO

This commit is contained in:
mappu 2017-10-08 16:18:19 +13:00
parent 2f05753c8e
commit b4ca24947d
2 changed files with 13 additions and 7 deletions

13
TODO.txt Normal file
View File

@ -0,0 +1,13 @@
TODO
- View server-wide recent uploads history / all upload history
- Display 'my uploads' (id + metadata history kept in localstorage)
- Encrypted at rest (anti- provider snooping)
- Nicer preview page after uploading
- Option to disable manual uploading from the landing page
- Gallery preview (multiple element hashid)

View File

@ -46,10 +46,3 @@ The SDK depends on jQuery.
<script type="text/javascript" src="SERVER_ADDR/sdk.js"></script>
contented.init("#target", function(/* String[] */ items) {});
`
=TODO=
- View upload history / view all uploads
- Encrypted at rest (anti- provider snooping)
- Deploy!
- Display 'my uploads' (id + metadata history kept in localstorage)