- Add "Alerts" and "Notices" tabs to notifications table
- Separate notifications into "Alerts" and "Notices" tabs in Notifications Center using section key in response
- section: message goes into Notices and section: alert goes into Alerts
- Add indicator badge [1]
- Update table content depending on selected tab [3]
Product/Design Needs:
[1] What's the intended behavioral logic for the red dot indicator that prefixes a tab name?
[2] We're planning to mark notifications as seen (different from read) on the API when they visit the Notifications Center – now that we're committed to the two tab approach, should we still be marking all notifications in both categories as seen (even if they haven't haven't explicitly visited both tabs) when they first visit the Notifications Center?
[3] Is the conceptual intent of these tabs to represent two separate tables (with independent scroll positions) or a single table with two different views into/filters on that data (alerts/notices – almost as if you're read status/inbox filtering)? From an engineering standpoint, it's far simpler if we think of it like a view into/filter on a single table of data, but wanted to be sure I understood the design intent.

