You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mettre en place le squelette du projet Spark : structure de repo, serveur API FastAPI, modèle de données Idea, et premiers endpoints de capture d'idée brute.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
STEP_1 — Fondations techniques + API conversationnelle
Milestone : M1 — L'Étincelle Capturée
Durée estimée : ~24h
Statut : NOT_STARTED
Objectif
Mettre en place le squelette du projet Spark : structure de repo, serveur API FastAPI, modèle de données
Idea, et premiers endpoints de capture d'idée brute.Périmètre
spark/,spark/api/,spark/models/,spark/tests/Idea(SQLite via SQLModel) : id, raw_text, status, created_atPOST /ideas: crée une idée brute, retourne l'idGET /ideas/{id}: récupère une idée par idGET /health: health checkAcceptance Criteria
create_idea()dansspark/api/ideas.pypersiste unIdea— vérifié partest_create_idea_persistsPOST /ideasretourne HTTP 201 avec unidUUID — vérifié partest_post_idea_returns_201GET /ideas/{id}retourne HTTP 200 +raw_text— vérifié partest_get_idea_returns_raw_textGET /ideas/{id}retourne HTTP 404 si id inconnu — vérifié partest_get_idea_not_foundGET /healthretourne{"status": "ok"}— vérifié partest_health_checkIdeadansspark/models/idea.pyexposeid,raw_text,status,created_at— vérifié partest_idea_model_fieldsFichiers à créer (Writes)
spark/main.pyspark/models/idea.pyspark/api/ideas.pyspark/database.pyspark/tests/test_api_ideas.pyspark/tests/test_model_idea.pyDépendances
Aucune (premier step).
Directive émise par le PO — commit
a108240— 2026-06-29Beta Was this translation helpful? Give feedback.
All reactions