Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/public/thumbnails/workspace-notification-panel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions docs/src/content/productTypes/workspace/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,25 @@ Use it when users need to keep the main record in view while completing the task
style="width: 100%; border-radius: 8px; border: 1px solid var(--goa-color-greyscale-200, #dcdcdc);"
/>

### Notifications

The [notification panel](/components/work-side-notification-panel) is where a user catches up on everything happening to their work across the service. It opens from the [work side menu](/components/work-side-menu), so it is available from any page rather than tied to one.

Use it for the things a user would otherwise have to go looking for:

- comments left on a record they hold
- status changes on work they are following
- work newly assigned to them
- files or documents added to a case

Keep each notification to what happened, which record, and when, so the panel can be scanned without opening anything. Use the urgent priority to weight what matters most in your service's context. The panel offers a "View all" link, so plan for a full notifications page to sit behind it.

<img

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know if this image is up to date? It still shows what I think is a problem that Vanessa fixed recently, that is the Notification Panel is lined up completely with the bottom of the viewport, rather than having some padding.

src={withBase("/thumbnails/workspace-notification-panel.png")}
alt="Workspace notification panel"
style="width: 100%; border-radius: 8px; border: 1px solid var(--goa-color-greyscale-200, #dcdcdc);"
/>

---

## Components built for workspace
Expand Down
Loading