Currently, the /inbox route exists in the Ever Teams app but returns a 404 error.
However, the backend (Gauzy API) already provides notifications and employee notification settings that can be leveraged. Also, there are onboarding prompts shown on the homepage that guide the user through key setup actions (e.g. confirming email, completing profile, etc.).
Goal
Create a dedicated /inbox page to serve as a notification and user tasks center, where users can view and manage:
- Onboarding prompts
- Critical alerts (e.g. confirm email)
- Reminders or team invites
- Activity-based notifications
- Feedback / review requests (if applicable in future)
This helps to declutter the homepage, while still giving users a reliable place to follow up on required actions.
Design Expectations
- Notifications should remain visible on the homepage initially, especially onboarding actions
- The
/inbox page will act as a permanent place to view all pending notifications until they are resolved or manually hidden.
- Each notification should support:
- A clear message or prompt
- An optional action (e.g. "Confirm", "Go to Settings", "Dismiss")
- A "Mark as done" or "Hide" functionality
Confirmed from @evereq:
These notifications must remain visible until user performs the required action or hides them.
We should improve their layout, reduce spacing, and make it visually more consistent.
Tasks
References
Acceptance Criteria
Notes
This task should be coordinated with designers if possible (for the notification UI).
The logic should prioritize onboarding UX clarity, not just notification display.
Currently, the
/inboxroute exists in the Ever Teams app but returns a404error.However, the backend (Gauzy API) already provides notifications and employee notification settings that can be leveraged. Also, there are onboarding prompts shown on the homepage that guide the user through key setup actions (e.g. confirming email, completing profile, etc.).
Goal
Create a dedicated
/inboxpage to serve as a notification and user tasks center, where users can view and manage:This helps to declutter the homepage, while still giving users a reliable place to follow up on required actions.
Design Expectations
/inboxpage will act as a permanent place to view all pending notifications until they are resolved or manually hidden.Confirmed from @evereq:
Tasks
/inboxroute and create a dedicated page/inbox, with extended visibilityReferences
Acceptance Criteria
/inboxpage is accessible and functional/inboxNotes