Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.49 KB

TODO.md

File metadata and controls

52 lines (31 loc) · 1.49 KB

TODO LIST

Created On: March 31, 2017
Last Modified: April 6, 2017

This is a todo list created after already setting up a node/express/mongodb api, and creating a react/redux application with login/signup using jwt

Authentication

  • fix authentication for routes and api

Snippets

  • snippet should populate with data when selecting on a specific snippet

  • replace snippet textarea with codemirror

  • snippets should be only those of current user (fix in API)

  • debug issue with deleting

Notifications

  • Create flash messages whenever user completes tasks (e.g., saved snippet, signed in, logged in, deleted snippet, updated snippet)
    • Update: Only add flash messages for login/signup and errors

Search

Landing Page

  • Add content to describe how the app works, why it was built, etc.

Sidebar

  • Sidebar button can be animated to make (UI/UX addition)

  • Add handler for 'Settings' - can be popup modal

  • Improve style of individual snippet previews

Testing