docs: Experience Audit updated with fixed matrix + placeholders for next screens
- Updated audit framework with fixed 6-question matrix: 1. 3-Second Rule: understand purpose immediately 2. Three-Step Rule: Input → Processing → Outcome visible 3. Primary Decision: know what to do 4. Information Hierarchy: most important is largest 5. Cognitive Load: what can be removed 6. Call to Action: clear next action - Added One-Sentence Test: - Can user describe screen in one sentence? - Examples for Onboarding, Map View, Dashboard, Results - Two+ sentences = screen tries to do too much - Added placeholders for next screens: - Screen 3: Dashboard (Landvex) - Screen 4: Map View (Landvex/quiXzoom) - Screen 5: Results/Decision View (Landvex) - Priority order: Dashboard → Map View → Results → Search → Settings - Updated quiXzoom onboarding audit with new matrix format Rationale: Fixed matrix ensures consistent evaluation across all screens. One-Sentence Test reveals overloaded screens. Placeholders ready for next screens. Priority reflects user journey impact.
This commit is contained in:
@@ -15,14 +15,26 @@
|
|||||||
|
|
||||||
### The Six Questions
|
### The Six Questions
|
||||||
|
|
||||||
| # | Question | Answer |
|
| # | Control | Question | Answer |
|
||||||
|---|----------|--------|
|
|---|---------|----------|--------|
|
||||||
| 1 | Does the user understand the purpose in 3 seconds? | ✅ / ⚠️ / ❌ |
|
| 1 | **3-Second Rule** | Do I understand the purpose immediately? | ✅ / ⚠️ / ❌ |
|
||||||
| 2 | Is "Reality → Decision" visible in the flow? | ✅ / ⚠️ / ❌ |
|
| 2 | **Three-Step Rule** | Is Input → Processing → Outcome visible? | ✅ / ⚠️ / ❌ |
|
||||||
| 3 | Is there a clear primary decision? | ✅ / ⚠️ / ❌ |
|
| 3 | **Primary Decision** | Do I know what to do here? | ✅ / ⚠️ / ❌ |
|
||||||
| 4 | Is there visual noise? | List items |
|
| 4 | **Information Hierarchy** | Is the most important thing largest and clearest? | ✅ / ⚠️ / ❌ |
|
||||||
| 5 | What is the user's decision on this screen? | Free text |
|
| 5 | **Cognitive Load** | Can anything be removed without harming the decision? | List items |
|
||||||
| 6 | What information can be removed without harming the decision? | Free text |
|
| 6 | **Call to Action** | Is there a clear next action? | ✅ / ⚠️ / ❌ |
|
||||||
|
|
||||||
|
### One-Sentence Test
|
||||||
|
|
||||||
|
**"Can the user describe this screen in a single sentence?"**
|
||||||
|
|
||||||
|
Examples:
|
||||||
|
- Onboarding: "I can earn money by photographing missions."
|
||||||
|
- Map View: "I find missions near me."
|
||||||
|
- Dashboard: "I see what I've earned and what to do next."
|
||||||
|
- Landvex Results: "I get a decision basis based on real observations."
|
||||||
|
|
||||||
|
If it takes two or three sentences, the screen is trying to do too much.
|
||||||
|
|
||||||
### Scoring
|
### Scoring
|
||||||
|
|
||||||
@@ -124,16 +136,48 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Screen 3: Dashboard (Placeholder)
|
||||||
|
|
||||||
|
**Product:** Landvex
|
||||||
|
**Status:** ⏳ Awaiting screen
|
||||||
|
|
||||||
|
### One-Sentence Test
|
||||||
|
|
||||||
|
Target: "I see what I've earned and what to do next."
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Screen 4: Map View (Placeholder)
|
||||||
|
|
||||||
|
**Product:** Landvex / quiXzoom
|
||||||
|
**Status:** ⏳ Awaiting screen
|
||||||
|
|
||||||
|
### One-Sentence Test
|
||||||
|
|
||||||
|
Target: "I find missions near me."
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Screen 5: Results/Decision View (Placeholder)
|
||||||
|
|
||||||
|
**Product:** Landvex
|
||||||
|
**Status:** ⏳ Awaiting screen
|
||||||
|
|
||||||
|
### One-Sentence Test
|
||||||
|
|
||||||
|
Target: "I get a decision basis based on real observations."
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## Next Screens to Audit
|
## Next Screens to Audit
|
||||||
|
|
||||||
| Priority | Screen | Product |
|
| Priority | Screen | Product | Status |
|
||||||
|----------|--------|---------|
|
|----------|--------|---------|--------|
|
||||||
| 1 | Dashboard | Landvex |
|
| 1 | Dashboard | Landvex | ⏳ Awaiting screen |
|
||||||
| 2 | Map View | Landvex |
|
| 2 | Map View | Landvex/quiXzoom | ⏳ Awaiting screen |
|
||||||
| 3 | Search | Landvex |
|
| 3 | Results/Decision View | Landvex | ⏳ Awaiting screen |
|
||||||
| 4 | Mission Details | quiXzoom |
|
| 4 | Search | Landvex | ⏳ Awaiting screen |
|
||||||
| 5 | Results/Decision View | Landvex |
|
| 5 | Settings/Profile | Both | ⏳ Awaiting screen |
|
||||||
| 6 | Settings/Profile | Both |
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user