Skip to content

Commit 4dbb52a

Browse files
Merge pull request #124 from Quantum-Software-Development/FabianaCampanari-patch-1
Fix formatting and add planned internal structure section
2 parents f81ec77 + 1c2715d commit 4dbb52a

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,10 +303,24 @@ The [**second subproject**]() in the briefing explicitly requires building an AP
303303

304304
### 🎯[Main tasks:]()
305305

306+
<br>
307+
306308
[-]() Choose a real‑world context (company, NGO, market sector, social domain, etc.).
307309
[-]() Design the **SQL database** with at least 3 tables and produce its dump.
308310
[-]() Implement a **RESTful API** that exposes the processed and aggregated data required by the use case.
309-
[-]() Integrate this API into the end‑to‑end workflow: external APIs → processing and storage in SQL → publication via your own REST API.[file:2]
311+
[-]() Integrate this API into the end‑to‑end workflow: external APIs → processing and storage in SQL → publication via your own REST API.
312+
313+
314+
<br>
315+
316+
### ⚡️ Planned internal structure
317+
318+
<br>
319+
320+
- `extension_official/stage2_rest_api_sql/`
321+
- SQL schema (DDL + ER/diagram).
322+
- RESTful API implementation (e.g., FastAPI, Flask, Django REST).
323+
- Documentation of endpoints, input parameters, response formats and basic security considerations.
310324

311325

312326
<br>

0 commit comments

Comments
 (0)