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

Use title from the catalog for the title in the config panel for the "Processors" (akak EIP) #1462

Closed
apupier opened this issue Sep 20, 2024 · 0 comments · Fixed by #1858
Closed
Assignees
Labels
canvas/config-form Configuration form related issues enhancement New feature or request ui/ux This issue is about improving the UI / UX
Milestone

Comments

@apupier
Copy link
Member

apupier commented Sep 20, 2024

Please describe the feature that you want to propose

currently it using a first-letter captialized of the attribute in the yaml, or maybe the id.
it would be nice to use the Title which is available in the catalog

One of the interesting use case here is for langchain4j, for now it displays Langchain4J, although in the ctalog, the title is LangChain4J Tokenizer https://github.com/apache/camel/blob/bd427fb7b288011aafafce88076e7792168f8da7/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/langChain4j.json#L5

@shivamG640 shivamG640 moved this from New to Todo in Kanban Board Sep 24, 2024
@lhein lhein moved this from Todo to Backlog in Kanban Board Sep 24, 2024
@apupier apupier added enhancement New feature or request canvas/config-form Configuration form related issues ui/ux This issue is about improving the UI / UX labels Oct 3, 2024
@lordrip lordrip self-assigned this Dec 16, 2024
@lordrip lordrip moved this from Backlog to In Progress in Kanban Board Dec 16, 2024
@lordrip lordrip added this to the 2.4.0 milestone Dec 16, 2024
lordrip added a commit to lordrip/kaoto that referenced this issue Dec 16, 2024
Currently, the component name is being used as the title in the
`CanvasForm`.

This commit uses the corresponding `Title` property if available from
components, eips and kamelets, and the `ID` as a last resort.

fix: KaotoIO#1462
prerequisite of: KaotoIO#1699
lordrip added a commit to lordrip/kaoto that referenced this issue Dec 16, 2024
Currently, the component name is being used as the title in the
`CanvasForm`.

This commit uses the corresponding `Title` property if available from
components, eips and kamelets, and the `ID` as a last resort.

fix: KaotoIO#1462
prerequisite of: KaotoIO#1699
lordrip added a commit to lordrip/kaoto that referenced this issue Dec 16, 2024
Currently, the component name is being used as the title in the
`CanvasForm`.

This commit uses the corresponding `Title` property if available from
components, eips and kamelets, and the `ID` as a last resort.

fix: KaotoIO#1462
prerequisite of: KaotoIO#1699
lordrip added a commit to lordrip/kaoto that referenced this issue Dec 16, 2024
Currently, the component name is being used as the title in the
`CanvasForm`.

This commit uses the corresponding `Title` property if available from
components, eips and kamelets, and the `ID` as a last resort.

fix: KaotoIO#1462
prerequisite of: KaotoIO#1699
lordrip added a commit to lordrip/kaoto that referenced this issue Dec 16, 2024
Currently, the component name is being used as the title in the
`CanvasForm`.

This commit uses the corresponding `Title` property if available from
components, eips and kamelets, and the `ID` as a last resort.

fix: KaotoIO#1462
prerequisite of: KaotoIO#1699
lordrip added a commit to lordrip/kaoto that referenced this issue Dec 16, 2024
Currently, the component name is being used as the title in the
`CanvasForm`.

This commit uses the corresponding `Title` property if available from
components, eips and kamelets, and the `ID` as a last resort.

fix: KaotoIO#1462
prerequisite of: KaotoIO#1699
lordrip added a commit that referenced this issue Dec 16, 2024
Currently, the component name is being used as the title in the
`CanvasForm`.

This commit uses the corresponding `Title` property if available from
components, eips and kamelets, and the `ID` as a last resort.

fix: #1462
prerequisite of: #1699
@github-project-automation github-project-automation bot moved this from In Progress to Done in Kanban Board Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
canvas/config-form Configuration form related issues enhancement New feature or request ui/ux This issue is about improving the UI / UX
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants