krlenell / tutor-tracker-api

An app for tracking appointments and progress of students
0 stars 0 forks source link

User Can add session types #6

Open krlenell opened 3 years ago

krlenell commented 3 years ago

SessionTypes:

session_type_id: UUID? (not sure if needed here)
session_type_desc: text
session_type_rate: integer
override_rate: boolean (false)
override_length: boolean (false)
krlenell commented 3 years ago

not sure if override_rate/ length should be handled on DB or on front end. I think it's good having both, but could cause issues.