1,107
edits
| Line 115: | Line 115: | ||
=Technical requirements= | =Technical requirements= | ||
== Changes to Socorro== | == Changes to Socorro== | ||
* | UI changes consist of three basic web pages: | ||
* Web page to allow email setup. User would input: | |||
** Crash signature | |||
** Start and end dates | |||
** Email subject | |||
** Email body (text only for this iteration) | |||
** Hitting submit would take you to the preview page | |||
* Preview page will show the user how many emails will be sent that match their criteria and have a confirm button that will submit the email for sending | |||
* Previous mailings that have been sent, just a list in reverse date order. Users should able to click through to see the text that was sent. | |||
Back end changes: | |||
* New database tables: | |||
** Mailings (mailing id, signature, subject, date, body) | |||
** Users_mailings (user email, mailing id) | |||
** Users_unsub (user email) - users not to email | |||
* Email injection code | |||
== Changes to SUMO == | == Changes to SUMO == | ||
edits