equinor / flotilla

Flotilla is the main point of access for operators to interact with multiple robots in a facility.
Eclipse Public License 2.0
16 stars 36 forks source link

Remove echo dependency for selecting plant/intallation in Asset Page #1580

Open Eddasol opened 1 month ago

Eddasol commented 1 month ago

Describe the new feature you would like to see Add an alternative method for selecting installation. This should be configurable such that it is possible to either use echo or the alternative solution.

Describe the solution you'd like Create a new endpoint that can call both EchoService and installation service (which only reads plants from the database) based on configuration. Rename/rewrite getEchoPlantInfo() to call this endpoint.

How will this feature affect the current Threat Model?