I need to have some kind of journal entries, where the classes can be either 30,45 or 60 minutes length.
I have a reference table that holds these values (lesson_length).
I need an interface on to create a new entry for a lesson.
Each lesson consists of:
Tutor
Student
Class (a physical location)
Start Time
Lesson_length
I will appreciate any help in designing this, as well as a SUPER way to display the information.
Thanks