njwhites / checkin

A Check-In Application for the Sunshine School
1 stars 0 forks source link

Teacher field of classroom has no enforcement #47

Closed ChrisRogersT closed 7 years ago

ChrisRogersT commented 7 years ago

The teacher field isn't required to correspond to any actual teacher in the user db.

This can likely be implemented just like all the other referential fields.

My main doubt is how to allow the user to select only an existing teacher:

I guess I'm leaning towards drop down but I don't like any of the options very much

ChrisRogersT commented 7 years ago

Implemented a drop down tied to user service