Teacher - Student database setup?

Hello,

Im am building an app for both driving instructors and students to use.

The app will have two parts, one for instructors to keep student records, progress, transactions and lessons. The student part will enable the student to check on their progress, see when their lessons are booked for etc.

What im struggling to work out is how to set up my database to collate all this info and still be able to allow instructors to set up new students and allow those new students access to the app too.

Any help would be great.

Cheers

@Bolino in the users collection, create 2 more fields with True/False for Instructors and Students.

Define actions accordingly based on the roles.

1 Like