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

[TB] Allow developers to print out dependency graph #989

Open
3 tasks
aaronreed708 opened this issue Aug 9, 2024 · 0 comments
Open
3 tasks

[TB] Allow developers to print out dependency graph #989

aaronreed708 opened this issue Aug 9, 2024 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed sdk Software development kit

Comments

@aaronreed708
Copy link
Contributor

Problem/Concern

Discussed by @smithbk during his SDK educational session this week. It might be a good idea to create a way for developers to print out the dependency graph that the SDK maintains. This could be helpful in debugging issues where a CSS variable or atomic element isn't properly updating and reflecting changes that have been made upstream. An example of this might be the button field in the default theme not transitioning from disabled to enabled when the primary color is initialized. This ability should only be available during development, probably. Maybe through an environment variable? Should this be triggered by an API?

So this issue entails:

  • determine most useful way to display this information for developers
  • determine best way to trigger the action
  • implement solution

Proposed Solution

@aaronreed708 aaronreed708 added good first issue Good for newcomers sdk Software development kit help wanted Extra attention is needed labels Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed sdk Software development kit
Projects
Status: Low Priority
Development

No branches or pull requests

1 participant