Content Type QA - Team
Run common.md first. This file covers Team behavior for /content/team and /content/team/{id}.
Totals
| Priority |
Count |
| P0 |
4 |
| P1 |
3 |
| P2 |
2 |
| P3 |
1 |
| Total |
10 |
P0 - Release blockers
P0-01 - Team list and details load
| Field |
Value |
| Type |
Functional + API |
| Description |
Team list should load and navigate to details correctly. |
| Verify |
UI + DevTools Network. Confirm teamList succeeds. |
| Pass |
Rows render and open /content/team/{id} without errors. |
| Fail |
Query fails, rows are malformed, or navigation breaks. |
P0-02 - Team create persists new record
| Field |
Value |
| Type |
Functional + API |
| Description |
Creating a team should persist and return a valid team record. |
| Verify |
UI + DevTools Network. Confirm teamCreate succeeds. |
| Pass |
New team appears in list/details. |
| Fail |
Create appears successful but record is absent, or mutation fails. |
P0-03 - Team detail save persists updates
| Field |
Value |
| Type |
Functional + API |
| Description |
Team metadata edits should save and persist after refresh. |
| Verify |
UI + DevTools Network. Confirm teamUpdate succeeds. |
| Pass |
Updated values remain after reload. |
| Fail |
Values revert or mutation fails. |
P0-04 - Team information and season records tabs remain functional
| Field |
Value |
| Type |
Functional |
| Description |
Team-specific tabs must remain editable without runtime failures. |
| Verify |
UI only in Team Information and Season Records tabs. |
| Pass |
Changes save/reload and tabs remain stable. |
| Fail |
Tab edits fail, disappear, or throw exceptions. |
P1 - Core team flows
P1-01 - Editor tab content persistence
| Field |
Value |
| Type |
Functional |
| Description |
Team editor content should save and reload accurately. |
| Verify |
UI only in Editor tab. |
| Pass |
Edited content persists after save/refresh. |
| Fail |
Content resets or is malformed after save. |
P1-02 - Manage images tab behavior
| Field |
Value |
| Type |
Functional |
| Description |
Team image assignments should save correctly and persist across reloads. |
| Verify |
UI only in Manage Images tab. |
| Pass |
Image updates persist and render as expected. |
| Fail |
Image changes are dropped or cause render errors. |
P1-03 - Search/sort stability in team list
| Field |
Value |
| Type |
Functional + API |
| Description |
Team list search and sort controls should align with query results. |
| Verify |
UI + DevTools Network (teamList variables). |
| Pass |
Returned rows follow selected controls. |
| Fail |
Result set does not reflect selected search/sort state. |
P2 - Secondary team checks
P2-01 - Additional metadata tab stability
| Field |
Value |
| Type |
UI |
| Description |
Metadata and macros section should render consistently for team records. |
| Verify |
UI only. |
| Pass |
Tab remains stable during edit and save cycles. |
| Fail |
Tab fails to render or crashes during interaction. |
P2-02 - Unsupported actions remain hidden by state/role
| Field |
Value |
| Type |
UI |
| Description |
Team action menus should only expose valid actions. |
| Verify |
UI only on at least two statuses. |
| Pass |
Invalid actions are hidden or disabled. |
| Fail |
Disallowed actions are visible or executable. |
P3 - Polish
P3-01 - Team details usage is console-clean
| Field |
Value |
| Type |
UI + API |
| Description |
Regular team create/edit flows should not emit uncaught runtime exceptions. |
| Verify |
UI + DevTools Console during tab navigation and save. |
| Pass |
No uncaught console exceptions are logged. |
| Fail |
Console shows uncaught exceptions tied to team flow. |