BYU-ODH / hlrdesk

https://hlrdesk.hlrdev.byu.edu/
MIT License
0 stars 2 forks source link

FLAC requires separate email for notification for reservations at certain hours #139

Open webnard opened 9 years ago

webnard commented 9 years ago

The FLAC requires a separate email upon reservation to be sent to the lab attendants to indicate that someone needs to be manning the room

Luke1298 commented 9 years ago

Can I get these hours?

webnard commented 9 years ago

@Luke1298, ideally these will be configured in the database, along with the rooms themselves. Do you want to update the schema? Then you can easily test with whatever time you set and we can change it when we move up to production.

I think you'd probably want a bridge table that links rooms to time ranges, and then when a room is scheduled and matches an entry in this table, it sends an email out as needed.