/coach-session

Sample web app for client to book a session with a coach

Primary LanguageJavaScript

CircleCI Code Climate Test Coverage Stories in Ready

COACH-SESSION

Effortlessly book a coaching session

Develop:

make install to install make start to start server

Testing

make lint to run linters make test to run tests

Problem

  • 1:1 client / coach relationship
  • Monthly appointments, for one year
  • User need to supply phone number
  • Booked times become unavailable to others

Assumptions for MVP:

  • Client logged in (no login needed)
  • Client already mapped to a designated coach
  • A coach will have at most ~160 clients (not a huge set)
  • Fixed time slots: can only book hourly appointments on the hour

Framework Decisions