bluerobotics / BlueOS

The open source platform for ROV, USV, robotic system operation, development, and expansion.
https://blueos.cloud/docs/
Other
150 stars 73 forks source link

core: frontend: make "version management" consistent #2768

Open ES-Alexander opened 3 months ago

ES-Alexander commented 3 months ago

Current behaviour

We currently have multiple different approaches for managing versions of things in BlueOS, which is unintuitive, and means some services miss out on functionality that seems quite obvious.

In particular:

Expected or desired behaviour

Ideally we would have similar features available for everything that has versions, and also have consistent interface elements for managing those features, so that there's less to learn, and the interface feels familiar and trustworthy to users.

Prerequisites