docs: sync GSD tracking — phases 1 & 2 complete (retroactive audit 2026-04-21)

This commit is contained in:
2026-04-21 10:59:28 +02:00
parent 848387d69c
commit 888650ce3d
7 changed files with 107 additions and 10 deletions
@@ -0,0 +1,18 @@
---
plan: 02-01
phase: 02-content
status: complete
completed: 2026-04-21
---
# Summary: Types, data files, site.ts config, i18n keys (foundation)
## What was built
- Ajouté `PricingTier` interface dans `shared/types/index.ts`
- `site.ts` mis à jour avec `jobTitle: 'Hytale Plugin Developer'` et title SEO Hytale
- `app/data/pricing.ts` créé avec les tiers de pricing Hytale
- `app/data/testimonials.ts` mis à jour avec prop `featured: true` sur les témoignages clés
- Clés i18n `fr.json` et `en.json` complétées pour le contenu Hytale
## Self-Check: PASSED
@@ -0,0 +1,17 @@
---
plan: 02-02
phase: 02-content
status: complete
completed: 2026-04-21
---
# Summary: Hero refonte Hytale, testimonials featured prop, nav link
## What was built
- `HeroSection.vue` refondu avec H1 contenant "Hytale Plugins" (amber highlight)
- CTAs Hero : Discord + Contact
- `TestimonialsSection.vue` accepte prop `featured` pour filtrer les témoignages
- Navigation mise à jour avec lien vers `/hytale`
## Self-Check: PASSED
@@ -0,0 +1,18 @@
---
plan: 02-03
phase: 02-content
status: complete
completed: 2026-04-21
---
# Summary: Hytale page creation with pricing, services, and sections
## What was built
- `app/pages/hytale.vue` créée avec 4 sections : HytaleHeroSection, HytaleServicesSection, HytalePricingSection, TestimonialsSection
- `app/components/sections/hytale/HytaleHeroSection.vue` — hero dédié Hytale
- `app/components/sections/hytale/HytaleServicesSection.vue` — présentation des services
- `app/components/sections/hytale/HytalePricingSection.vue` — grille de pricing avec tiers et CTAs vers /contact
- Route `/hytale` accessible SSR, contenu bilingue FR/EN
## Self-Check: PASSED