Consider breaking out `Quarterly message` from `ScheduledMessage`
Closed this issue · 1 comments
jessieay commented
right now, quarterly messages are a type of scheduled message. You create them in the same form, there is just a checkbox you check if you want something to be a quarterly message
It would be more obvious from an admin standpoint how to create a quarterly message if it had its own section in the lefthand nav. This means a separate form (with no checkbox required, and only fields that you need for a quarterly message) and a separate list view for quarterly messages.
This might not mean we need to change anything at the admin level, but we could have views for each type that are separate. I am also open to separating them out in the database, though.