Julien Froidefond julienfroidefond
julienfroidefond pushed to main at julienfroidefond/stripstream 2026-02-27 17:01:37 +01:00
2669fb9865 docs: update plan optim
fcbd9d0533 chore: next upgrade
Compare 2 commits »
julienfroidefond pushed to main at julienfroidefond/stripstream 2026-02-27 16:23:40 +01:00
0c3a54c62c feat: perf optimisation
bcfd602353 refactor: simplify CoverClient component
38c7e59366 fix: use fullTextSearch in body for series search API
b9c8b05bc8 fix: resolve komga api errors
Compare 4 commits »
julienfroidefond pushed to main at julienfroidefond/workshop-manager 2026-02-26 11:16:42 +01:00
7c68fb81e3 fix: prevent ThemeToggle hydration mismatch by deferring icon render
julienfroidefond pushed to main at julienfroidefond/workshop-manager 2026-02-26 11:14:33 +01:00
9298eef0cb refactor: make Header a server component to avoid auth flash on load
a10205994c refactor: improve team management, OKRs, and session components
Compare 2 commits »
julienfroidefond pushed to main at julienfroidefond/iag-dev-evaluator 2026-02-26 10:42:35 +01:00
7662922a8b feat: add templates page with list and diff comparison views
julienfroidefond pushed to main at julienfroidefond/iag-dev-evaluator 2026-02-26 08:15:31 +01:00
32e1f07418 feat: add template V2 with updated rubrics and fix ActionResult runtime error
julienfroidefond pushed to main at julienfroidefond/iag-dev-evaluator 2026-02-25 14:24:21 +01:00
88da5742ec feat: improve RadarChart responsiveness with client-side rendering
julienfroidefond pushed to main at julienfroidefond/iag-dev-evaluator 2026-02-25 14:22:36 +01:00
17f5dfbf94 feat: enhance RadarChart component with initial dimensions
julienfroidefond pushed to main at julienfroidefond/iag-dev-evaluator 2026-02-25 14:16:47 +01:00
e4a4e5a869 feat: integrate authentication session into Header component
2d8d59322d refactor: déduplication — helpers actions, parseurs partagés, types auth
Compare 2 commits »
julienfroidefond pushed to main at julienfroidefond/workshop-manager 2026-02-25 14:05:05 +01:00
c828ab1a48 perf: optimize DB queries, SSE polling, and client rendering
6dfeab5eb8 docs: add CLAUDE.md with project conventions and architecture guide
Compare 2 commits »
julienfroidefond pushed to main at julienfroidefond/iag-dev-evaluator 2026-02-25 13:32:21 +01:00
ebd8573299 perf: suppression des $queryRaw redondants et cache sur getTemplates
27866091bf perf: optimisations DB — batch queries et index
Compare 2 commits »
julienfroidefond pushed to main at julienfroidefond/iag-dev-evaluator 2026-02-25 09:54:40 +01:00
99e1a06137 feat: ajout favicon et icônes cross-platform (web, iOS, PWA)
d9073c29bc fix: update middleware matcher to exclude additional image formats
Compare 2 commits »
julienfroidefond pushed to main at julienfroidefond/iag-dev-evaluator 2026-02-25 08:30:15 +01:00
cfde81b8de feat: auto-save ciblé au blur avec feedback violet sur tous les champs
437b5db1da feat: auto-save notes candidat au blur avec indicateur de modification
c1751a1ab6 feat: animation de confirmation sur le bouton save
Compare 3 commits »
julienfroidefond pushed to main at julienfroidefond/workshop-manager 2026-02-25 07:55:13 +01:00
74b1b2e838 fix: restore WeatherAverageBar component in session header and adjust styling
73219c89fb fix: make evolution indicators visually prominent with badge style
30c2b6cc1e fix: display evolution indicators inline (flex-row) next to emoji instead of below
51bc187374 fix: convert Map to Record for server-client boundary, remove dead currentUser prop
3e869bf8ad feat: show evolution indicators per person per axis in weather board
Compare 10 commits »
julienfroidefond pushed to main at julienfroidefond/iag-dev-evaluator 2026-02-23 13:55:45 +01:00
895df3f7d9 feat: grille dashboard fluide, conteneur élargi et theme toggle plus visible
92c819d339 feat: afficher badge privé (violet) dans les cards du dashboard
Compare 2 commits »
julienfroidefond pushed to main at julienfroidefond/iag-dev-evaluator 2026-02-23 13:24:43 +01:00
87326b459e Refactor EvaluationEditor component by removing unused Link import. Enhance ExportModal to include Confluence export option and update export-utils with functions for parsing questions and rubrics, and generating Confluence markup for evaluations.
julienfroidefond pushed to main at julienfroidefond/iag-dev-evaluator 2026-02-20 16:44:39 +01:00
9ff745489f Enhance database seeding and update seed questions. Add database seeding command to docker-start.sh and introduce new questions related to support and scaling in seed.ts, improving the data initialization process.
dee59991fc docs: réécriture README complet en français
Compare 2 commits »
julienfroidefond pushed to main at julienfroidefond/iag-dev-evaluator 2026-02-20 14:47:38 +01:00
160e90fbde Add name change functionality to user settings. Update SettingsPasswordForm to handle name updates, including validation and error handling. Fetch current user name for display in settings page.
julienfroidefond pushed to main at julienfroidefond/iag-dev-evaluator 2026-02-20 14:12:04 +01:00
8073321b0f Implement evaluation grouping by team and enhance DashboardClient with view mode selection. Add EvalCard component for improved evaluation display, including radar chart visualization and delete functionality.
julienfroidefond pushed to main at julienfroidefond/iag-dev-evaluator 2026-02-20 14:08:20 +01:00
aab8a192d4 Refactor evaluation and admin pages to use server actions for data fetching, enhancing performance and simplifying state management. Update README to reflect API route changes and remove deprecated API endpoints for users and evaluations.