Changes between Initial Version and Version 1 of Ticket #825, comment 9
- Timestamp:
- 17.11.2016 14:15:07 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #825, comment 9
initial v1 1 1 Now i am really excited for the upcoming release (1.1) of this very small but powerful plugin. 2 2 3 The plugin is now named dm4-notification (Source Code) as this name better reflects on what this plugin actually is about: Everything around maanaging the new Topic Type called"Notification".3 The plugin is now named dm4-notifications as this name better reflects on what this plugin actually is about: Everything around managing the Topic Type "Notification". 4 4 5 For the moment n all "Notification Subscription" are regarded as "In-App". So there is no connection to any Email functionality yet. To deliver notifications there is also no special gui (yet) but you' can find all "Notifications" in your"Private Workspace" and related to your "Username" via the Webclient.5 For the moment all "Notification Subscription" are regarded as "In-App". So there is no connection to any Email functionality yet. To deliver notifications there is also no special gui (yet) but you can find all personal "Notifications" in the "Private Workspace" and related to your "Username" via the Webclient. 6 6 7 For example, a simple javascript client (even using HTML 5 desktop integration to deliver notifications and set them as "seen") could use the REST API of this plugin to fetch all "unseen" notifications for a user onlog in or whenever a broadcast comes around from the websockets-service.7 For builing a simple javascript client (possibly even using the HTML 5 desktop integration as linked in above) to deliver notifications to users (and set those as "seen") could use the REST API of this plugin to fetch all "unseen" notifications for a user. This could be done straight after log in or whenever a broadcast comes around from the websockets-service. 8 8 9 9 Currently (using the [http://download.deepamehta.de/nightly/dm48-notifications-1.1-SNAPSHOT.jar 1.1-SNAPSHOT] and DM 4.8) a user, to receive automatic notifications, can create a "Notification Subscription" between her "Username" and .. … … 12 12 - a "Topicmap" -> leading to notifications created for every "topic added" to that topicmap 13 13 14 Many usability issues remain for listing and interacting with notifications (for example custom renderer should allow to reveal the new topic or topicmap ,etc.) but the foundations are basically working. A first release will come with the end of this week. Feel free to leave your thoughts on that here.14 Many usability issues remain for listing and interacting with notifications (for example custom renderer should allow to reveal the new topic or topicmap directly, sorting by creation date etc.) but the foundations are basically working. A first release will come with the end of this week. Feel free to leave your thoughts on that here.