thegooddata / social

GNU General Public License v2.0
0 stars 0 forks source link

Review subscriptions / notifications feature #15

Closed josereyero closed 10 years ago

josereyero commented 10 years ago

Review and test all notifications formats (Pre) Move the user subscription options to some more accesible page.

marcosmenendez commented 10 years ago

User options should ideally be in user homepage

josereyero commented 10 years ago

UI Changes:

About Notifications formats:

A. There are all these message types (Hardcoded by OA Messages module):

  1. Comment (Machine name: oa_comment)
  2. New Content (Machine name: oa_create)
  3. Deleted (Machine name: oa_delete)
  4. Membership (Machine name: oa_member)
  5. Updated (Machine name: oa_update)
  6. Discussion Replies (Machine name: oa_reply)
  7. Event Reminders (Machine name: oa_event_notification)
  8. Work Tracker Task update (Machine name: oa_worktracker_task_update)

B. For each message type there are these message components that need to be formatted separately (message formats):

Thus we need to set up at least 8 x 4 = 32 pieces.

Atm I am reviewing all of them and setting up a minimum usable format, that is, with examples:

Regular emails

Daily digest:

Weekly digest:

Ref: OA Message displays and formats, http://docs.openatrium.com/documentation/message-display-modes-and-templates

marcosmenendez commented 10 years ago

I would upload these UI changes if ready to production in the release#3 and leave the placement of subscription options to release#4

josereyero commented 10 years ago

All this is already in production, and the new formats should be already working. Now we we can open new issues for specifics messages / formats that don't look good.

marcosmenendez commented 10 years ago

So this issue can be closed, right?

josereyero commented 10 years ago

Right