Skip to content

Slide 10 — Make static data dynamic #6

Description

@KardelRuveyda

Feedback

Numbers / examples on Slide 10 are currently hardcoded. Hard to update by hand when the presentation switches scenarios.

Suggestion

  • Extract the data into a config / state object (e.g. slide10Data = { users, pool, ... }).
  • If wired to the seat input from Slide 08 (issue Slide 08 — Add custom seat input (real customers exceed 500 seats) #4), the numbers stay **consistent automatically.`
  • Ideal flow: user picks 1000 seats on Slide 08 → all sample numbers on Slide 10 recompute against 1000 seats.

Related

File

  • Slide 10 component under src/components/sections/.
  • Likely a new shared store / context (e.g. src/lib/scenarioStore.ts).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions