← Back to team overview

mahara-contributors team mailing list archive

[Bug 854403] [NEW] Remove unread notification count from top right header

 

Public bug reported:

Fetching the count of unread notifications to sit next to the envelope
in the header is expensive on postgres, because
notification_internal_activity is the biggest table.  It's also rather
unnecessary, so we should add an option to remove the count, and at the
same time use a different envelope icon whenever the user has more than
one unread notification.

** Affects: mahara
     Importance: Medium
     Assignee: Richard Mansfield (richard-mansfield)
         Status: In Progress

** Changed in: mahara
   Importance: Undecided => Medium

** Changed in: mahara
       Status: New => In Progress

** Changed in: mahara
    Milestone: None => 1.5.0

** Changed in: mahara
     Assignee: (unassigned) => Richard Mansfield (richard-mansfield)

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/854403

Title:
  Remove unread notification count from top right header

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Fetching the count of unread notifications to sit next to the envelope
  in the header is expensive on postgres, because
  notification_internal_activity is the biggest table.  It's also rather
  unnecessary, so we should add an option to remove the count, and at
  the same time use a different envelope icon whenever the user has more
  than one unread notification.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/854403/+subscriptions


Follow ups

References