Skip to content

IA-964: feat(abonnements): Trial period support for subscription plans

khadija.elbachouri a demandé de fusionner feature/IA-964 vers develop

Description

Adds trial period configuration to subscription plan creation and editing.

Changes

  • plan-types.ts — added trialPeriodDays to PlanItem, PlanDTO, PlanRequestDTO, PlanUpdateDTO interfaces and both transform functions
  • abonnement-new-edit-form.tsx — added trialPeriodDays to Zod schema, defaultValues, and rendered AbonnementTrialSection
  • AbonnementTrialSection.tsx — new component with preset chips (7j/14j/30j), live status chip, and number input
  • AbonnementDetailsContent.tsx — added renderTrial block in the right column to display trial period info

Rapports de requête de fusion