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

[Connector Builder] Pull in labels and descriptions of fields from manifest JSON schema #20271

Closed
lmossman opened this issue Dec 8, 2022 · 1 comment
Assignees

Comments

@lmossman
Copy link
Contributor

lmossman commented Dec 8, 2022

As discussed in this PR thread, the labels and tooltips of the fields in the Builder UI are currently hard-coded in the typescript code, and they are not added to our internationalization framework.

This was done to keep the effort of maintaining these fields and adding new ones low, and because the plan is to eventually pull these values in from the manifest JSON schema itself.

This ticket is meant to address that latter point, once the schema has been decoupled from the python backend, and is integrated more tightly into the builder frontend.

Depends on #23837 - load the descriptions and examples of individual components in the UI for tooltips and labels where-ever possible.

Acceptance Criteria:

  • A helper function exists in the webapp to pull descriptions, titles, and examples from a path in the connector manifest json schema
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants