# Task Dependencies | Task | Name | Epic | Complexity | Depends on | |------|------|------|-----------|------------| | AZ-448 | C01 — Externalize OWM API key | AZ-447 | 2 | None | | AZ-449 | C02 — Externalize OWM base URL | AZ-447 | 2 | AZ-448 (same file) | | AZ-450 | C03 — Externalize map tile URLs | AZ-447 | 2 | None | | AZ-451 | C04 — Bundle Leaflet marker icon locally | AZ-447 | 2 | None | | AZ-452 | C05 — `getApiBase()` accessor | AZ-447 | 3 | None | | AZ-453 | C06 — `navigateToLoginImpl()` accessor | AZ-447 | 2 | None | | AZ-454 | C07 — Document `setToken/getToken` | AZ-447 | 1 | None | ## Notes - Epic AZ-447 is the umbrella for the autodev existing-code Step 4 testability run (`01-testability-refactoring`). - AZ-448 and AZ-449 share `src/features/flights/flightPlanUtils.ts` and should land in one commit to avoid a mid-state where the URL still hardcodes a base while the key is externalized. - Total: 14 complexity points across 7 tasks. - Every task fits the existing-code flow Step 4 allowed-change list (externalize hardcoded URLs/credentials, wrap globals in thin accessors, comment-only documentation). Deferred items are in `_docs/04_refactoring/01-testability-refactoring/deferred_to_refactor.md`.