test(09): complete UAT - 4 passed, 1 issue
This commit is contained in:
parent
ee62ff9f9b
commit
c5513df987
1 changed files with 60 additions and 0 deletions
60
.planning/phases/09-etapes/09-UAT.md
Normal file
60
.planning/phases/09-etapes/09-UAT.md
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
---
|
||||
status: complete
|
||||
phase: 09-etapes
|
||||
source:
|
||||
- 09-01-SUMMARY.md
|
||||
- 09-02-SUMMARY.md
|
||||
- 09-03-SUMMARY.md
|
||||
- 09-04-PLAN.md
|
||||
started: 2026-05-15T21:38:18Z
|
||||
updated: 2026-05-15T21:44:16Z
|
||||
---
|
||||
|
||||
## Current Test
|
||||
|
||||
[testing complete]
|
||||
|
||||
## Tests
|
||||
|
||||
### 1. Etape Strip and Filters
|
||||
expected: In a tablo's Tasks tab, the etape strip shows All, Unassigned, and each etape chip with task counts. Clicking an etape filters the existing kanban columns to that etape, and clicking Unassigned shows only tasks without an etape.
|
||||
result: pass
|
||||
|
||||
### 2. Create Task with Etape Assignment
|
||||
expected: Creating a task from the Tasks tab lets you choose an etape or No etape. After submit, the task appears in the right kanban column, the selected etape count refreshes immediately, and the active filter state stays coherent.
|
||||
result: issue
|
||||
reported: "even when selecting the etape, the created task ends up in the current etape viewed in the etape search param"
|
||||
severity: major
|
||||
|
||||
### 3. Manage Etapes
|
||||
expected: Etape edit updates the chip label, Up/Down controls reorder chips, and delete shows the warning that tasks stay in the tablo and move to Unassigned. After confirming delete, affected tasks remain visible under Unassigned.
|
||||
result: pass
|
||||
|
||||
### 4. Edit Task Etape Assignment
|
||||
expected: Opening a task edit form shows an Etape selector with No etape first. Saving can assign the task to another etape or clear it, and the task remains in its existing status and position while counts refresh.
|
||||
result: pass
|
||||
|
||||
### 5. Reorder with Etape Filters
|
||||
expected: While an etape filter is active, dragging a visible task across columns changes only its status and position. Its etape assignment is preserved, hidden filtered-out tasks remain intact, and chip counts still match after the reorder settles.
|
||||
result: pass
|
||||
|
||||
## Summary
|
||||
|
||||
total: 5
|
||||
passed: 4
|
||||
issues: 1
|
||||
pending: 0
|
||||
skipped: 0
|
||||
blocked: 0
|
||||
|
||||
## Gaps
|
||||
|
||||
- truth: "Creating a task from the Tasks tab lets you choose an etape or No etape. After submit, the task appears in the right kanban column, the selected etape count refreshes immediately, and the active filter state stays coherent."
|
||||
status: failed
|
||||
reason: "User reported: even when selecting the etape, the created task ends up in the current etape viewed in the etape search param"
|
||||
severity: major
|
||||
test: 2
|
||||
root_cause: ""
|
||||
artifacts: []
|
||||
missing: []
|
||||
debug_session: ""
|
||||
Loading…
Reference in a new issue