iotait / fundraising

0 stars 1 forks source link

Refactor Admin, Teacher and Student objects #15

Closed tannerwernecke closed 4 years ago

tannerwernecke commented 4 years ago

Abstract out the similarities between an Admin, a teacher and a student to a user object. Admin, teacher and student then specialize the user with attributes that are unique to them.