KaotoIO / kaoto

Next version of the UI of the Kaoto project
Apache License 2.0
22 stars 21 forks source link

Rename `DSL` concept to `Integration type` #1098

Open lordrip opened 1 month ago

lordrip commented 1 month ago

Please describe the task that needs to be done

Currently, we're referring to the different integration types (Routes, Kamelets, Pipes) as DSL but unfortunately, this doesn't reflect very well the meaning of it, as DSL is a different concept, for instance, XML DSL, YAML DSL (the one that we're currently using), Java DSL, etc.

The goal for this ticket is to rename the usage of the DSL wording in the UI and also in the UI components (for instance, renaming the DSLSelector related components to IntegrationTypeSelector.

image

lordrip commented 1 month ago

Pending to check what would be the right terminology from Camel's doc