From bedef04581bfb301ef5e62791c627c8aa3681516 Mon Sep 17 00:00:00 2001 From: Jean-Luc Makiola Date: Mon, 13 Apr 2026 13:45:47 +0200 Subject: [PATCH] test(30): re-test UAT - 3 passed, 1 cosmetic, 3 blocked (catalog seed) --- .../phases/30-onboarding-redesign/30-UAT.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.planning/phases/30-onboarding-redesign/30-UAT.md b/.planning/phases/30-onboarding-redesign/30-UAT.md index f1d2cc8..1d77d1c 100644 --- a/.planning/phases/30-onboarding-redesign/30-UAT.md +++ b/.planning/phases/30-onboarding-redesign/30-UAT.md @@ -3,12 +3,12 @@ status: partial phase: 30-onboarding-redesign source: [30-01-SUMMARY.md, 30-02-SUMMARY.md, 30-03-SUMMARY.md] started: 2026-04-12T19:30:00Z -updated: 2026-04-12T19:40:00Z +updated: 2026-04-13T12:30:00Z --- ## Current Test -[testing complete] +[testing paused — 3 items blocked by catalog seed data] ## Tests @@ -30,19 +30,19 @@ severity: cosmetic expected: After picking a hobby, you see a grid of popular catalog items filtered by that hobby. result: blocked blocked_by: server -reason: "Catalog is empty on test server — no items to browse. Needs seed data migration for test env." +reason: "Catalog is empty on test server — need some kind of seeding for the test env." ### 5. Review screen expected: After selecting items, a review/summary screen shows all selections grouped by category. result: blocked -blocked_by: server -reason: "Depends on test 4 — no catalog items to select." +blocked_by: prior-phase +reason: "Depends on test 4 — catalog seed data needed." ### 6. Completion and collection expected: After confirming, items are batch-added to collection with auto-created categories. result: blocked -blocked_by: server -reason: "Depends on test 4 — no catalog items to select." +blocked_by: prior-phase +reason: "Depends on test 4 — catalog seed data needed." ### 7. Onboarding doesn't show again expected: Refresh the page or sign out and back in. Onboarding does NOT appear again. @@ -65,6 +65,7 @@ blocked: 3 severity: cosmetic test: 3 artifacts: - - src/client/components/onboarding/OnboardingHobbyPicker.tsx + - path: "src/client/components/onboarding/OnboardingHobbyPicker.tsx" + issue: "Weak selected state styling" missing: - Stronger selected state styling (dark bg, inverted colors)