save progress

This commit is contained in:
StellaOps Bot
2026-01-02 21:06:27 +02:00
parent f46bde5575
commit 3f197814c5
441 changed files with 21545 additions and 4306 deletions

View File

@@ -0,0 +1,23 @@
# ExportCenter Client Tests Agent Charter
## Mission
Verify ExportCenter client behavior with deterministic fixtures and mock HTTP responses.
## Responsibilities
- Cover query parameters, status handling, download paths, and lifecycle helpers.
- Validate progress logging and checksum behavior with stable data.
## Required Reading
- docs/modules/export-center/architecture.md
- docs/modules/platform/architecture-overview.md
## Definition of Done
- Tests cover success and error paths for client and lifecycle helpers.
- Fixtures avoid nondeterministic inputs (random, UtcNow) unless fixed.
## Working Agreement
- 1. Update task status to DOING/DONE in the sprint file and local TASKS.md.
- 2. Review this charter and required docs before coding.
- 3. Keep tests deterministic; clean up temp files and directories.
- 4. Keep outputs offline-friendly (no network).
- 5. Revert to TODO if paused; capture context in PR notes.

View File

@@ -0,0 +1,10 @@
# ExportCenter Client Tests Task Board
This board mirrors active sprint tasks for this module.
Source of truth: `docs/implplan/SPRINT_20251229_049_BE_csproj_audit_maint_tests.md`.
| Task ID | Status | Notes |
| --- | --- | --- |
| AUDIT-0332-M | DONE | Maintainability audit for ExportCenter.Client.Tests. |
| AUDIT-0332-T | DONE | Test coverage audit for ExportCenter.Client.Tests. |
| AUDIT-0332-A | DONE | Waived (test project). |