Prerequisites
Problem Statement
CRUD - create, read, update, delete
For the same of completeness, please add a method that allows one to update the device connection profile.
-
We have a nice create method "Add Connection"
-
We have a super read method: "Connect"
-
We have a functional delete method: "Delete"
-
There is no update method.
If you want to keep the device profile, but change the USB port, you have to delete the profile and create a new one.
If there were an update method, then one could also add a copy function. Copy the model, change a couple of details, and you have another profile without starting from scratch.
Proposed Solution
Add to the meatball menu an update option and a copy option.
On copy, append " NEW" to the longname of the newly created profile.
And while the code block is opened, either fix or get rid of the "Never connected" notification.
Current Alternatives
I delete the existing record and create a new one. I hope my browser remembers stuff I've previously typed in the same fields so I can just select from options offered.
Importance
Nice to have
Additional Context
No response
Prerequisites
Problem Statement
CRUD - create, read, update, delete
For the same of completeness, please add a method that allows one to update the device connection profile.
We have a nice create method "Add Connection"
We have a super read method: "Connect"
We have a functional delete method: "Delete"
There is no update method.
If you want to keep the device profile, but change the USB port, you have to delete the profile and create a new one.
If there were an update method, then one could also add a copy function. Copy the model, change a couple of details, and you have another profile without starting from scratch.
Proposed Solution
Add to the meatball menu an update option and a copy option.
On copy, append " NEW" to the longname of the newly created profile.
And while the code block is opened, either fix or get rid of the "Never connected" notification.
Current Alternatives
I delete the existing record and create a new one. I hope my browser remembers stuff I've previously typed in the same fields so I can just select from options offered.
Importance
Nice to have
Additional Context
No response