MayamaTakeshi / redmine_rt

Redmine plugin for Real-Time notification of events
GNU General Public License v3.0
24 stars 4 forks source link

Add notification of event when changes happen #35

Closed MayamaTakeshi closed 1 year ago

MayamaTakeshi commented 1 year ago

We should popup a temporary floating box on the page indicating changes. Spec:

  1. popup should be suppressed in case the author of the change is the logged in user.
  2. we should prevent large text from showing up (trim to a reasonable value)
  3. the box should contain an icon to dismiss it
  4. the box should dismiss automatically in 30 seconds
  5. it should have a link (hashmark) for the note
MayamaTakeshi commented 1 year ago

Everything was done except for item 5. I will leave this for later.

MayamaTakeshi commented 1 year ago

Item 5 was done.