Collapse search into zero-learning starters
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
## Delivery Tracker
|
||||
|
||||
### FE-SC-101 - Collapse empty-state education
|
||||
Status: TODO
|
||||
Status: DONE
|
||||
Dependency: none
|
||||
Owners: Developer
|
||||
Task description:
|
||||
@@ -25,12 +25,12 @@ Task description:
|
||||
- Replace them with a small set of viable, page-aware search starts only when useful.
|
||||
|
||||
Completion criteria:
|
||||
- [ ] Empty-state UI does not present domain cards or "learn Stella" quick links as the main action.
|
||||
- [ ] Suggestions shown in the empty state remain executable and page-aware.
|
||||
- [ ] Search history remains successful-only and is visually low-emphasis.
|
||||
- [x] Empty-state UI does not present domain cards or "learn Stella" quick links as the main action.
|
||||
- [x] Suggestions shown in the empty state remain executable and page-aware.
|
||||
- [x] Search history remains successful-only and is visually low-emphasis.
|
||||
|
||||
### FE-SC-102 - Simplify in-result cues
|
||||
Status: TODO
|
||||
Status: DONE
|
||||
Dependency: FE-SC-101
|
||||
Owners: Developer
|
||||
Task description:
|
||||
@@ -38,12 +38,12 @@ Task description:
|
||||
- Stop explaining scope weighting mechanics in the main flow; show the better in-scope answer first, then overflow only when needed.
|
||||
|
||||
Completion criteria:
|
||||
- [ ] `Did you mean` is visually attached to the input.
|
||||
- [ ] Scope weighting hints are removed or translated into plain operator-facing result labels.
|
||||
- [ ] Overflow only appears when present and is visually secondary to the best in-scope answer.
|
||||
- [x] `Did you mean` is visually attached to the input.
|
||||
- [x] Scope weighting hints are removed or translated into plain operator-facing result labels.
|
||||
- [x] Overflow only appears when present and is visually secondary to the best in-scope answer.
|
||||
|
||||
### FE-SC-103 - Harden suggestion and history behavior
|
||||
Status: TODO
|
||||
Status: DONE
|
||||
Dependency: FE-SC-102
|
||||
Owners: Developer, Test Automation
|
||||
Task description:
|
||||
@@ -51,14 +51,15 @@ Task description:
|
||||
- Exercise user flows that previously felt broken from the empty state.
|
||||
|
||||
Completion criteria:
|
||||
- [ ] No-result queries do not reappear in rendered history.
|
||||
- [ ] Suggestion clicks from the empty state remain non-dead-end flows.
|
||||
- [ ] Playwright covers history, suggestions, did-you-mean placement, and overflow presentation.
|
||||
- [x] No-result queries do not reappear in rendered history.
|
||||
- [x] Suggestion clicks from the empty state remain non-dead-end flows.
|
||||
- [x] Playwright covers history, suggestions, did-you-mean placement, and overflow presentation.
|
||||
|
||||
## Execution Log
|
||||
| Date (UTC) | Update | Owner |
|
||||
| --- | --- | --- |
|
||||
| 2026-03-07 | Sprint created from operator feedback that the search surface still teaches too much of Stella instead of simply helping. | Project Manager |
|
||||
| 2026-03-07 | Removed domain-guide and quick-link empty-state panels, collapsed starters into a single executable list, kept only recent successful history plus page context, and verified with targeted Angular tests and the full search Playwright pack including live Doctor ingestion. | Developer |
|
||||
|
||||
## Decisions & Risks
|
||||
- Decision: the empty state should help the operator start, not explain Stella's information architecture.
|
||||
|
||||
Reference in New Issue
Block a user