feat: add compose and decompose numbers problem

This commit is contained in:
AlanSilvaaa
2026-05-26 11:26:26 -04:00
parent 801cdee331
commit dacf148a34
7 changed files with 182 additions and 0 deletions

View File

@@ -53,6 +53,8 @@ For a new grade, follow the same pattern:
3. Include the new grade router from `app/routers/math.py`.
4. Add tests.
Every time you add a new problem, also add an endpoint curl example on the ENDPOINTS-EXAMPLE.md file.
## Naming Conventions
- Endpoint paths use the existing style: `/math/grade_1/<problem_name>`.