AlexanderOtavka / ride-board

Ride sharing for Grinnell students
https://rideboard.app
MIT License
1 stars 3 forks source link

Notification content should be different for different methods #72

Open AlexanderOtavka opened 4 years ago

AlexanderOtavka commented 4 years ago

SMS notifications should be short and purely text with a helpful link. Email notifications should be more verbose with a subject line and nice HTML styles. Push notifications will have no length limit and shouldn't include a link directly in them.

We need to build out a way to send appropriate notifications for each.

Maybe email notifications should use action mailer rather than mailgun directly, but we should evaluate the pros and cons of that when we create the design for this issue.