diff --git a/README.md b/README.md index 7fb7c2c..c2e304c 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ Application web pour saisir et suivre les heures travaillées par projet, par mo ![Tableau de bord CRA Manager](docs/dashboard.png) +La grille de saisie d'un CRA mensuel — projets en lignes, jours en colonnes, totaux ligne/colonne calculés en live : + +![Saisie d'un CRA mensuel](docs/timesheet.png) + ## Démarrage rapide (Docker) Le moyen le plus simple : tout est containerisé (Postgres + API + front). diff --git a/docs/timesheet.png b/docs/timesheet.png new file mode 100644 index 0000000..8ee1f3c Binary files /dev/null and b/docs/timesheet.png differ