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
feat: tier the about page's tech stack by usage level (v0.7.8)
- reorganize the flat 21-item stack list on /about into 4 tiers (principal,
backend/data, product/infrastructure, experimentation), matching the
redesign plan's recommended structure — same 21 technologies, none added
or removed, pure reorganization
- close out phase 9 of the portfolio redesign roadmap; phase 7 (infralens
rewrite integration) stays explicitly deferred until the rest of the
portfolio is done
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Changelog
2
2
3
+
## [0.7.8] — 2026-08-08
4
+
5
+
### Contenu
6
+
7
+
-**Stack technique** (`app/about/page.tsx`) — passe d'une liste plate de 21 technologies à 4 niveaux hiérarchisés (Principal, Backend et données, Produit et infrastructure, Expérimentations), conformément au master plan (section 10.2). Mêmes 21 technologies, aucune ajoutée ni retirée — pure réorganisation.
Copy file name to clipboardExpand all lines: docs/roadmap.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Ces écarts réels remplacent les hypothèses génériques du master plan pour p
41
41
| 6 | Étude de cas InfraLens | Profondeur technique InfraLens | ✅ **Terminée (2026-08-08)** : `caseStudy` (8 sections, "Difficultés" volontairement omise faute de contenu narratif source) ajouté à InfraLens. Sourcé sur le dépôt InfraLens en local (README.md très complet : 18 checks/6 catégories, scoring pondéré, architecture Server Actions/CheckRunner) et son propre plan maître (`~/Dev/Projects/refactor/INFRALENS_MASTER_PLAN.md`) pour les formulations à éviter (pas "scanner de sécurité certifié"/"outil de pentest"/"plateforme de monitoring"). | — | Phase 4 |
| 9 | À propos, Background, stack | Profil cohérent et crédible | Fusion `/background` déjà identifiée en Phase 2 ; contenu à rédiger | — | Phase 2 |
44
+
| 9 | À propos, Background, stack | Profil cohérent et crédible | ✅ **Terminée (2026-08-08)** : fusion `/background` déjà faite en Phase 2, méthode et CTA déjà présents. Écart réel restant traité : stack technique passée d'une liste plate de 21 technos à 4 niveaux hiérarchisés (Principal/Backend et données/Produit et infrastructure/Expérimentations, section 10.2 du master plan) — même 21 technos, aucune ajoutée ni retirée. | — | Phase 2 |
45
45
| 10 | Articles et contenu technique | Knowledge Base = preuve d'expertise | 7 articles déjà présents dans `content/posts/` — travail de structuration/mise en avant, pas de création ex nihilo | — | Phase 2 |
46
46
| 11 | SEO technique et migrations | Finaliser indexation | Ajouter le champ `openGraph` explicite (absent de `app/layout.tsx`), redirections `/apps`, `/background`, `/blog` | **B5 — Logo Randy Code** (favicon, OG) | Phases 1-10 |
47
47
| 12 | Accessibilité, performance, QA finale | Valider la qualité production | Corriger le `color-contrast` Lighthouse, ajouter une analyse de bundle (absente sous Turbopack Next 16), re-vérifier les CVE `sharp`/`postcss` | **B7 — QA branding** | Phases 1-11 |
@@ -64,4 +64,4 @@ Rappelées pour mémoire, à ne pas anticiper : refonte InfraLens (dépôt sépa
64
64
65
65
## 5. Prochaine étape
66
66
67
-
Les deux études de cas phares (Liflow, InfraLens) sont terminées. Prochaine étape logique : **Phase 7 — Espace Outils** (créer `/tools/infralens`, décision déjà actée : rewrite sous `randy-code.dev/tools/infralens/*`, checklist section 9.2 du master plan avant implémentation — basePath, assets, PWA, cookies, CSP, CORS). Alternative : **Phase 9 — À propos, Background et stack** (déjà partiellement couvert par la fusion Background en Phase 2) ou **Phase 10 — Articles** (les 7 articles existants à mieux relier/structurer). À confirmer avec Randy avant de choisir.
67
+
Phases 5, 6 et 9 terminées. La Phase 7 (Espace Outils / rewrite InfraLens) est explicitement repoussée — Randy veut finir le reste du portfolio avant de toucher à l'intégration InfraLens (2026-08-08). Reste réaliste à court terme : **Phase 10 — Articles** (les 7 articles existants à mieux relier/structurer, RSS éventuel) ou **Phase 11 — SEO technique** (champ `openGraph` explicite manquant sur `app/layout.tsx`, données structurées `SoftwareApplication` pour Liflow/InfraLens). À confirmer avec Randy avant de choisir.
0 commit comments