vitorsantos-commits opened a new issue, #6617: URL: https://github.com/apache/hop/issues/6617
### What would you like to happen? Current Situation Currently, all database connections in the Metadata Perspective look identical regardless of the environment they point to. Users must rely solely on the connection name to distinguish between Development, Homologation (HML), and Production environments. This increases the risk of accidental execution of pipelines or transformations against the wrong environment. Proposed Improvement Add an optional "Environment Color" property to the Database Connection metadata. Color Selection: Within the Database Connection dialog, allow users to pick a color (e.g., Green for Dev, Yellow for HML, Red for Prod). UI Integration: * The connection name in the Metadata tree should have a background or foreground highlight with the selected color. Ideally, when a pipeline using a "Red" (Production) connection is open, a small border or indicator could appear in the canvas to warn the user. Expected Behavior A user can quickly identify that postgres_data_warehouse is a Production server because it is highlighted in red in the sidebar, while oracle_morrihos_organize_hml is highlighted in green, as shown in the provided mockup. Screenshots / Mockups <img width="507" height="432" alt="Image" src="https://github.com/user-attachments/assets/291d7a5c-2cc8-4de0-8fb2-d3df796c4953" /> ### Issue Priority Priority: 3 ### Issue Component Component: Metadata -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
