This repository was archived by the owner on Apr 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Parents
jules2689 edited this page Nov 23, 2014
·
1 revision
- 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.
- Parents have many children
- Parents have one address (?)
- Parents have feedback and ratings
- Parents have many bookings
column | type |
---|---|
id | PK (int) |
first_name | varchar(255) |
last_name | varchar(255) |
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).