Deferred from Stage 05a on 2026-08-30. See stage-05-decisions.md decision 14.
Stage 05a ships four fixed views: Unassigned / Assigned to me / Resolved / All, landing on Unassigned. That fixed set is the entire navigation model at MVP.
Original spec:
savedView table: id, teamId, userId (nullable, null = shared with team), name, filters (jsonb), sortOrder
- Surfaced in the left pane above the inbox list
- Filters: status, assignee, tag, inbox, contact, company, priority, date range
Note: Stage 05a's search is deliberately global, never view-scoped, precisely because there are no saved views to patch navigation holes with. If saved views land, that decision can be revisited but should not be reversed casually.
Deferred from Stage 05a on 2026-08-30. See
stage-05-decisions.mddecision 14.Stage 05a ships four fixed views: Unassigned / Assigned to me / Resolved / All, landing on Unassigned. That fixed set is the entire navigation model at MVP.
Original spec:
savedViewtable:id,teamId,userId(nullable, null = shared with team),name,filters(jsonb),sortOrderNote: Stage 05a's search is deliberately global, never view-scoped, precisely because there are no saved views to patch navigation holes with. If saved views land, that decision can be revisited but should not be reversed casually.