mirror of
https://github.com/azaion/loader.git
synced 2026-04-22 09:56:33 +00:00
4eaf218f09
Made-with: Cursor
1.9 KiB
1.9 KiB
Dependencies Table
Date: 2026-04-13 Total Tasks: 8 Total Complexity Points: 29
| Task | Name | Complexity | Dependencies | Epic |
|---|---|---|---|---|
| 01 | test_infrastructure | 5 | None | Blackbox Tests |
| 02 | test_health_auth | 3 | 01 | Blackbox Tests |
| 03 | test_resources | 5 | 01, 02 | Blackbox Tests |
| 04 | test_unlock | 5 | 01, 02 | Blackbox Tests |
| 05 | test_resilience_perf | 3 | 01, 02 | Blackbox Tests |
| 06 | refactor_crypto_uploads | 3 | None | 01-quality-cleanup |
| 07 | refactor_thread_safety | 3 | None | 01-quality-cleanup |
| 08 | refactor_cleanup | 2 | 06 | 01-quality-cleanup |
Execution Batches
| Batch | Tasks | Parallel? | Total Points |
|---|---|---|---|
| 1 | 01_test_infrastructure | No | 5 |
| 2 | 02_test_health_auth | No | 3 |
| 3 | 03_test_resources, 04_test_unlock, 05_test_resilience_perf | Yes (parallel) | 13 |
| 4 | 06_refactor_crypto_uploads, 07_refactor_thread_safety | Yes (parallel) | 6 |
| 5 | 08_refactor_cleanup | No | 2 |
Test Scenario Coverage
| Test Scenario | Task |
|---|---|
| FT-P-01 Health | 02 |
| FT-P-02 Status unauthenticated | 02 |
| FT-P-03 Login valid | 02 |
| FT-P-04 Download resource | 03 |
| FT-P-05 Upload resource | 03 |
| FT-P-06 Unlock workflow | 04 |
| FT-P-07 Unlock detect loaded | 04 |
| FT-P-08 Unlock status | 04 |
| FT-N-01 Login invalid | 02 |
| FT-N-02 Login missing fields | 02 |
| FT-N-03 Upload no file | 03 |
| FT-N-04 Download nonexistent | 03 |
| FT-N-05 Unlock no archive | 04 |
| NFT-PERF-01 Health latency | 05 |
| NFT-PERF-02 Login latency | 05 |
| NFT-PERF-03 Download latency | 05 |
| NFT-RES-01 API unavailable | 05 |
| NFT-RES-02 CDN unavailable | 05 |
| NFT-RES-03 Docker unavailable | 05 |
| NFT-RES-LIM-01 Large upload | 03 |
| NFT-RES-LIM-02 Concurrent unlock | 04 |
| NFT-SEC-01 Unauth access | 03 |
| NFT-SEC-02 Encrypt round-trip | 03 |