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

Docs Explorer Plugin #167

Open
jasonbahl opened this issue Jun 6, 2024 · 0 comments
Open

Docs Explorer Plugin #167

jasonbahl opened this issue Jun 6, 2024 · 0 comments

Comments

@jasonbahl
Copy link
Collaborator

jasonbahl commented Jun 6, 2024

Acceptance Criteria

The "Docs Explorer Panel" should be migrated to a "plugin", (similar to the Query Composer and Help Panel) making use of registerActivityBarPanel and using redux for state management.

The components needed for the Docs Explorer Panel should be coupled with the plugin (similar to the Query Composer).

We'll likely need to introduce some new redux abilities to support features like:

  • visiting a link that loads the IDE with the Docs panel open to a specific Type (ie ?wpgraphql-ide&docs="AcfFieldGroup" would load the ide with the AcfFieldGroup Type already displayed in the panel) - implementation details not yet prescribed.
  • command+clicking fields and types in the document editor opens the docs explorer currently, but not via redux. This needs to be redux-ified so other components can add the ability to control the state of the docs panel

related: #119

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant