Changes between Version 28 and Version 29 of BluePrint/Messaging
- Timestamp:
- 09/17/09 11:38:14 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Messaging
v28 v29 16 16 * [wiki:BluePrintMessagingModuleJ2ME J2ME client] 17 17 18 == Core Architecture==18 === Core Architecture === 19 19 Instead of having several "apps" that cross-talk, such as sms, email, tweet, jabber, etc, it would be good to have a central messaging core that has 'connectors'. This would be the equivilient of a star-hub structure. 20 20 21 21 This way, additional 'connectors' could be added or used as needed without refactoring the entire code base, and would allow sending messages from one connector to another, such as sms to email or email to jabber. 22 22 23 Need to have per-user inboxes (e.g. to support workflow) 23 24 24 25 === User Interface === 26 The home page should be a common InBox view which shows all new unread Items. 27 28 Ideally there should be the ability to launch a popup/ticker to notify of new items & a portlet which can be on a user's dashboard when they login. 29 25 30 The 'Send Message/Alert' screen should have a small box to enter the Plain-text message which is sent to all recipients (using all available SMS/Email addresses in the Group specified). 26 31