issues
search
limichelle21
/
hitch
RIde-sharing App for Long Distances
0
stars
0
forks
source link
User Model
#1
Open
limichelle21
opened
7 years ago
limichelle21
commented
7 years ago
Properties
[x] User ID
[x] Username - string
[x] Email - string
[x] Phone Number - string
[x] Password - string
[x] Bank Account token - string
[x] Credit Card token - string
[x] Card type - string
[x] Last 4 digits - string
[x] Ratings - integer
Move this to a separate tble
[x] Average Rating - integer
[x] Verified - boolean
Functions
[ ] Save User rating (input from email responses) - ratings 1 - 5
[ ] Calculate User ratings (User.ratings.collect / User.ratings.length)
[ ] Avatar URL
[ ] Include Devise modules
Relationships
has_many Rides THROUGH Carpools
has_many Messages
has_many Carpools
has_many Payments
has_many Disbursements
has_many Ratings
Properties
[x] Ratings - integerMove this to a separate tbleFunctions
Relationships