Leave a message for a Ranger.
This was a new feature last year that was a big hit. When someone comes up to the window and wants to leave a message for a ranger, we used to tell them to leave it on the post board and hope someone saw it. As a replacement, the person at the window can leave a message which will show up the next time someone looks at the person's page.
Message data model:
- belongs_to Person
- sender_name (e.g. "Sammy from Seattle")
- subject (e.g. "Perpetual Motion camp location")
- message (freeform text)
- delivered (if false, the message is highlighted and the top of the person's page prominently says "X unread messages")
- created_by (the system User who created the message)
Leave a message for a Ranger.
This was a new feature last year that was a big hit. When someone comes up to the window and wants to leave a message for a ranger, we used to tell them to leave it on the post board and hope someone saw it. As a replacement, the person at the window can leave a message which will show up the next time someone looks at the person's page.
Message data model: