Skip to content

Instantly share code, notes, and snippets.

@tdrach
Last active August 29, 2015 14:27
Show Gist options
  • Save tdrach/954baf4b569a7d91e5a3 to your computer and use it in GitHub Desktop.
Save tdrach/954baf4b569a7d91e5a3 to your computer and use it in GitHub Desktop.

Never App Functionality

Currently

  • A user can login via email and password
  • A user can login via Github auth
  • A user can login via Twitter auth
  • A user can login via Facebook auth
  • A user can view their list of books
  • A user can add a new book
  • A user can view their content in a book
  • A user can add an item to a book
  • A user can add a collection to a book
  • A user can add a complex item to a collection
  • A user can add a collection to a collection (? already here) A user can add a templated complex item to a collection
  • A user can view a collection
  • A user can view an item

Additions

  • A user can add collaborators to a book
  • A user can add editors to a book
  • A user can view a custom URL for content
  • A user can separate content into pages (tags)
  • A user can edit content in "draft" mode
  • A user can post content in "publish" mode
  • A user can edit account settings (not quite sure what these are yet)
  • A user can view a static page template (FAQ, etc.)
  • A user can upload images as items
  • A user can preview changes in "draft" mode
  • A user can view a copy of content JSON
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment