Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 533 Bytes

todo.org

File metadata and controls

17 lines (17 loc) · 533 Bytes

Where to store the data???

  • some db on heroku? -----> heroku postgres looks good
  • drive?
  • private git repo?

Functionality

/upload

  • [x] Has a form to put in my file
  • [x] Generates a url for that file, stores in db
  • [x] Creates a pass phrase for the file
  • [x] Generates access code

/<access_code>

  • asks my pass phrase
  • lists all my files uploaded with url and pass phrase

Pending

  • Viewer of saved files
  • [x] Pass phrases
  • CSS and UX stuff