Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Generate from usages #19

Open
real34 opened this issue Nov 21, 2023 · 0 comments
Open

[Feature] Generate from usages #19

real34 opened this issue Nov 21, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@real34
Copy link

real34 commented Nov 21, 2023

Description

Analyzing a component could generate unrealistic stories. By coupling generation with real examples from a codebase, it would lead to more realistic examples generated in stories

Describe the solution you'd like

Optionally, one could pass in a path or glob and the tool would search for components importing the component to generate stories for.

  • each usage would be deduplicated (based on prop values)
  • they'll be passed to the GPT context so that generated stories could reuse this information
@eduardconstantin eduardconstantin added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants