Acceptance Criteria: - Given I am a logged in user - When I visit the /dashboard - Then I should see the summary of my dashboard - And unread notifications should be visually distinguished from read ones - And all notifications should have a short description or title - And I should see counts indicating how many notifications are unread Acceptance Test: - Seed the account with over 6 read/unread notifications - Login and visit the `/dashboard`, check whether the unread notifications display properly - Verify unread notifications have a distinct style - Mark one notification as read, verify the style and counts update accordingly