Skip to content
This repository was archived by the owner on Apr 10, 2020. It is now read-only.

Parents

jules2689 edited this page Nov 23, 2014 · 1 revision

Parents

  • Parents will sign up as a user of type "Parent"
  • When signing up, children information (name, gender, date of birth) will be requested
  • Parents will be able to save credit card info (?) for ease of use.
  • These customers will be linked to Stripe customers, which will make saving Credit Info easier
  • Parents will have a feedback and review as well (?). Same rules as tutor apply.
  • Parents may sign one or more children up to a tutor event or an event event.
  • A customer may contact a tutor outside of the booking.

Data

column type
id PK (int)
first_name varchar(255)
last_name varchar(255)
email varchar(255)
stripe_id FK*
address_id FK
info_for_auth

*Stripe_id will allow us to link to Stripe for credit card charges. May have to include more information for stripe (i.e. last 4 digits on CC).

Clone this wiki locally