• Joined on 2026-02-23
maximus merged pull request maximus/Simpl-Resultat#89 2026-04-14 18:40:17 +00:00
refactor: split useReports into per-domain hooks + URL period (#70)
maximus closed issue maximus/Simpl-Resultat#70 2026-04-14 18:40:17 +00:00
[#2] Refonte useReports : hooks par domaine + periode en query string
maximus pushed to main at maximus/Simpl-Resultat 2026-04-14 18:40:17 +00:00
a26d642b1b Merge pull request 'refactor: split useReports into per-domain hooks + URL period (#70)' (#89) from issue-70-hooks-per-domain into main
6a6a196467 refactor: split useReports into per-domain hooks + URL-bookmarked period (#70)
Compare 2 commits »
maximus commented on pull request maximus/Simpl-Resultat#89 2026-04-14 18:38:14 +00:00
refactor: split useReports into per-domain hooks + URL period (#70)

Review — APPROVE

Verdict: APPROVE

Résumé : Refonte ciblée et non régressive. Le hook legacy reste fonctionnel grâce à un shim de shape, et les nouveaux hooks sont tous…

maximus created pull request maximus/Simpl-Resultat#89 2026-04-14 18:37:55 +00:00
refactor: split useReports into per-domain hooks + URL period (#70)
maximus created branch issue-70-hooks-per-domain in maximus/Simpl-Resultat 2026-04-14 18:37:40 +00:00
maximus pushed to issue-70-hooks-per-domain at maximus/Simpl-Resultat 2026-04-14 18:37:40 +00:00
6a6a196467 refactor: split useReports into per-domain hooks + URL-bookmarked period (#70)
maximus closed issue maximus/Simpl-Resultat#69 2026-04-14 18:33:19 +00:00
[#1] Fondation non-breaking : suppression pivot + squelettes + shared components
maximus pushed to main at maximus/Simpl-Resultat 2026-04-14 18:33:19 +00:00
a50be5caf6 Merge pull request 'refactor: pivot removal + sub-route skeletons + shared components (#69)' (#88) from issue-69-foundation-pivot-removal into main
91430e994a refactor: remove pivot report, add sub-route skeletons and shared components (#69)
Compare 2 commits »
maximus deleted branch issue-69-foundation-pivot-removal from maximus/Simpl-Resultat 2026-04-14 18:33:19 +00:00
maximus merged pull request maximus/Simpl-Resultat#88 2026-04-14 18:33:18 +00:00
refactor: pivot removal + sub-route skeletons + shared components (#69)
maximus commented on pull request maximus/Simpl-Resultat#88 2026-04-14 18:26:31 +00:00
refactor: pivot removal + sub-route skeletons + shared components (#69)

Review — APPROVE

Verdict: APPROVE

Résumé : Fondation non-breaking propre. Suppression franche du pivot (code + types + i18n), squelettes des 4 sous-pages, shared components…

maximus created pull request maximus/Simpl-Resultat#88 2026-04-14 18:25:56 +00:00
refactor: pivot removal + sub-route skeletons + shared components (#69)
maximus created branch issue-69-foundation-pivot-removal in maximus/Simpl-Resultat 2026-04-14 18:25:43 +00:00
maximus pushed to issue-69-foundation-pivot-removal at maximus/Simpl-Resultat 2026-04-14 18:25:43 +00:00
91430e994a refactor: remove pivot report, add sub-route skeletons and shared components (#69)
maximus pushed to main at maximus/Simpl-Resultat 2026-04-14 15:25:40 +00:00
cab4cc174a chore: release v0.7.4
maximus pushed tag v0.7.4 to maximus/Simpl-Resultat 2026-04-14 15:25:40 +00:00
maximus pushed to main at maximus/Simpl-Resultat 2026-04-14 12:49:07 +00:00
ba5257791f Merge pull request 'fix: migrate PIN hashing from SHA-256 to Argon2id (#54)' (#55) from fix/simpl-resultat-54-argon2id-pin into main
e5be6f5a56 fix: wrap rehash updateProfile in try/catch for best-effort (#54)
2f610bf10a fix: make legacy PIN rehash non-blocking in verify_pin (#54)
34626711eb fix: address reviewer feedback (#54)
cea16c24ae fix: migrate PIN hashing from SHA-256 to Argon2id (#54)
Compare 5 commits »
maximus merged pull request maximus/Simpl-Resultat#55 2026-04-14 12:49:06 +00:00
fix: migrate PIN hashing from SHA-256 to Argon2id (#54)
maximus closed issue maximus/Simpl-Resultat#54 2026-04-14 12:49:06 +00:00
fix: migrate PIN hashing from SHA-256 to Argon2id