Skip to content

Latest commit

 

History

History
73 lines (53 loc) · 1.45 KB

ROADMAP.md

File metadata and controls

73 lines (53 loc) · 1.45 KB

Roadmap

Currently doing

  • Tests add/remove Watchlist buttons on SearchResults Page
    • BDD tests
    • Unit tests for add/remove Watchlist buttons

Next Up

  • Search Box

Waiting

  • Sync to API (Waiting on user authentication/login)

Epics:

  • Watchlist page with title, year, description
  • Authentication / login page
  • Deploy

Testing

  • Unit tests
  • Eslint
  • CSS tests
  • Mocha and jUnit tests
  • Move test search term into constants/examples

Design

  • Responsive images
  • Cards for results
  • Hide searchResults header for mobile view

Done

  • Global state
  • Sticky searchResults header
  • Add to watchList from SearchResults Page
    • Add/remove UI buttons
    • Save to local storage
  • redux
    • create actions/reducer files
    • useReducer/useEffect file
    • cancel async requests
      • set axios cancel token

Later