This page allows registered aPix users to manage their message center preferences. The user must be logged in to see and interact with this page.
None of the items represented in the form are required. Once submitted all elements are stored in the user DB.
Menu Item
The "Message Center" label is shown as ON in the left side navigation box.
The Form (Top to Bottom)
All form elements shuld be validated and stored in in the DB in the user's profile.
- Who may send you a message?
- Three radio options
- Only one selection may be made
- Anyone - any registered and logged in user may message this user
- Friends only - only logged in friends in the user's network may message the user
- Nobody - No member is allowed to message the user
- Anyone is selected by default
- No possible errors on submit
- Email Activity Alerts
- Three checkbox options
- New Message
- New Invitation
- New Comment
- All are checked on by default which will initiate an email event to the user's registered email account if a new item is added to the user's message center.
- If the user unchecks a box the unchecked event will not initiate an email event - all checkboxes may be allowed to be unchecked
- No possible errors on submit
- TEXT Activity Alerts
- Three checkbox options
- New Message
- New Invitation
- New Comment
- All are checked on by default which will initiate a text message event to the user's registered phone if a new item is added to the user's message center.
- If the user unchecks a box the unchecked event will not initiate a text message event - all checkboxes may be allowed to be unchecked
- No possible errors on submit
- Summary
- Time Pulldown
- Off is selected by default
- If the user decides to receive summary information rather than individual updates as the come in then they can change the pulldown selection to check their profile at some time intervals for any new activity and then get a summary status report only if there is new activity
- Changing the pull down will disable the individual update settings in the previous two setting sections and activate/enable the following two settings. This setting will override those.
- Two checkbox options
- Email - summary information will be sent to the user's registered email account
- Text Message - summary information will be sent to the user's registered phone account
- The message will be summary only with type of activity and count - actual message copy TBD - the user must go to their message center in order to see the details of the new activity
- Save Submit Button
Once this button is selected all of the form elements are validated. If the form validates then the user is shown a message at the top of the page that their profile has been successfully updated. Once the form validates all of the form elements get stored in the DB.
- Browser Back Button - selecting this will not cause an error but any changes made will be lost