User Story:As someone who manages staff assignments, in order to view the cases that I need to assign without extra noise, I do not want to see consolidated children cases on the staff assignment view. The assignments will be managed at the lead case level.
Preconditions:
Acceptance Criteria: - [ ] The consolidated children cases are not displayed on the staff assignment view.
Notes:
Definition of Done: - [ ] Acceptance criteria met - The system meets all acceptance criteria
[ ] Feature toggles created - Features that are deployed but not released have toggles
[ ] Design QA passed - All visual UI looks and works the way it’s supposed to
[ ] Usability validated - Team ensures the working code is easy to use
[ ] Accessibility tests passed - System passes automated and manual accessibility tests and supports applicable devices
[ ] Code refactored for clarity - Developers can understand the work simply by reviewing the code
[ ] Dependency Rule followed - More important code doesn’t directly depend on less important code
[ ] Development debt eliminated - UX and code aligns to the team’s latest understanding of the domain
[ ] Source code merged - Code has been merged into the main branch
[ ] 90% unit test coverage achieved - Automated test coverage tools indicate coverage of >= 90%
[ ] Code reviewed - Code is reviewed by at least two other team members before being merged
User Story:As someone who manages staff assignments, in order to view the cases that I need to assign without extra noise, I do not want to see consolidated children cases on the staff assignment view. The assignments will be managed at the lead case level.
Preconditions:
Acceptance Criteria: - [ ] The consolidated children cases are not displayed on the staff assignment view.
Notes:
Definition of Done: - [ ] Acceptance criteria met - The system meets all acceptance criteria