Skip to content

Commit c8f8d76

Browse files
Update README.md
1 parent dcafab9 commit c8f8d76

1 file changed

Lines changed: 12 additions & 15 deletions

File tree

README.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -53,26 +53,23 @@ During the [fourth week](https://github.com/codebyfernanda/bootcamp-QA-2026-desa
5353
- [x] Full structural validation via `JSON Schema`.
5454
</details>
5555

56-
## Challenge Verification Matrix
56+
## Delivery Progress Matrix
5757

5858
Below is the comprehensive verification matrix tracking all requirements, architectural deliverables and engineering practices implemented.
5959

6060
| Status | Phase / Focus | Deliverable | Technical Description |
6161
| :---: | :--- | :--- | :--- |
62-
| **Done** | **1. Test Planning** | `test-plan_week_004.md` | Comprehensive architectural documentation mapping test suite objectives, tools (Python, Pytest, Requests), execution scope, and explicit completion criteria. |
63-
| **Done** | | Scenarios Mapping | Exhaustive list of target endpoints, positive paths, negative validations, and contract boundary conditions structured prior to core refactoring. |
64-
| **Done** | **2. Test Expansion** | Users Endpoint | Maintained and evolved the legacy functional validations from Week 3 incrementally, avoiding regression. |
65-
| **Done** | | Login Validation | Complete coverage of authentication mechanisms including happy paths, wrong passwords, non-existent entities, and empty fields. |
66-
| **Done** | | Products Management | Full integration flow covering listing, schema validations, query-by-ID, updates, and cascading teardowns (deletions). |
67-
| **Done** | | Dynamic Auth Flow | Clean handling of Role-Based Access Control (RBAC), automatically generating and distributing administrator tokens to protected endpoints. |
68-
| **Done** | **3. Metrics & Reports** | English Execution | Main repository documentation completely written in English, maintaining industry standards for open-source and professional setups. |
69-
| **Done** | | Coverage Framework | Clear mathematical analysis outlining total endpoints tested vs. available API pathways, using the reference article matrix. |
70-
| **Done** | | Boundary Definitions | Fully documented constraints, explicitly stating which edge-case responses or third-party scopes were excluded with technical justifications. |
71-
| **Done** | **4. Defect Tracking** | Real Bugs Discovery | Active scanning of the target infrastructure to reveal unexpected payload exceptions or implicit server crashes. |
72-
| **Done** | | GitHub Issues | Standardized bug report logs opened on the repository containing clear severity indexing, reproduction steps, expected behaviors, and raw console payloads. |
73-
| **Done** | **5. Infrastructure** | Contract Verification | Integration of `pytest-schema` validating server payloads against strict architectural data types for at least 3 separate endpoints. |
74-
| **Done** | | GitHub Actions (CI) | Workflow definitions (`ci.yml`) triggering sandboxed runtime automation instantly on the remote cloud orchestration engine for every push. |
75-
| **Done** | | Dockerization | Optimized `Dockerfile` (`python:3.12-slim`) with isolated layers caching and `requirements.txt` execution for deterministic, environment-agnostic runs. |
62+
| 🟢 Done | **1. Planning** | `test-plan_week_004.md` | Comprehensive test strategy, target endpoints and completion criteria. |
63+
| 🟢 Done | | Scenarios Mapping | Mapped list of target endpoints, positive, negative and validation paths. |
64+
| 🟢 Done | **2. Test Expansion** | Users & Login | Complete functional CRUD validations for users and multi-scenario authentication lifecycle. |
65+
| 🟢 Done | | Products Catalog | Integration flows for catalog management, including schema checks and cascading deletions. |
66+
| 🟢 Done | | Dynamic Auth Flow | Role-Based Access Control (RBAC) handling to auto-distribute tokens to protected endpoints. |
67+
| 🟢 Done | **3. Metrics** | English Execution | Entire repository documentation internationalized and written standard English. |
68+
| 🟢 Done | | Coverage Framework | Mathematical analysis tracking tested endpoints against total available API pathways. |
69+
| 🟢 Done | **4. Defect Tracking**| Real Bugs Discovery | Active scanning of infrastructure, with standardized bug report logs opened on GitHub Issues. |
70+
| 🟢 Done | **5. Infrastructure**| Contract Verification | API response payload integrity checks using `pytest-schema` across multiple endpoints. |
71+
| 🟢 Done | | GitHub Actions (CI) | Workflow definitions (`ci.yml`) triggering cloud automation instantly on every push. |
72+
| 🟢 Done | | Dockerization | Environment isolation using a slim base image with layer caching for fast runtime. |
7673

7774
---
7875

0 commit comments

Comments
 (0)