d3ming / coach-session

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 99.6%Language:Python 0.3%Language:HTML 0.0%Language:Makefile 0.0%Language:CSS 0.0%Language:Shell 0.0%