bluerobotics / cockpit

An intuitive and customizable cross-platform ground control station for remote vehicles of all types.
https://blueos.cloud/cockpit/docs
Other
72 stars 22 forks source link

it should be possible to update the current profile instead of creating a new one for each change #228

Closed Williangalvani closed 1 year ago

rafaellehmkuhl commented 1 year ago

Didn't get it. It is possible already.

Williangalvani commented 1 year ago

oh, it saves automatically after every change? I think that makes sense :thinking: closing it for now.

rafaellehmkuhl commented 1 year ago

oh, it saves automatically after every change? I think that makes sense 🤔 closing it for now.

Yup! That's something we can discuss (having a "save" button enabled when changes are detected, instead of auto-saving). @ES-Alexander what do you think?

ES-Alexander commented 1 year ago

oh, it saves automatically after every change? I think that makes sense 🤔 closing it for now.

Yup! That's something we can discuss (having a "save" button enabled when changes are detected, instead of auto-saving). @ES-Alexander what do you think?

This one's tricky. I personally like interfaces that "just work" like this, because there are generally fewer clicks and less clutter, but it's also potentially less intuitive for people used to older softwares (e.g. SMS feedback on BlueOS involved requesting explicit "Cancel" and "Save"/"Confirm" buttons on all the windows that allow setting and saving stuff).

Maybe we leave it as is for now, but add a visual indication / some text saying that edits are live / auto-saved?

rafaellehmkuhl commented 1 year ago

oh, it saves automatically after every change? I think that makes sense 🤔 closing it for now.

Yup! That's something we can discuss (having a "save" button enabled when changes are detected, instead of auto-saving). @ES-Alexander what do you think?

This one's tricky. I personally like interfaces that "just work" like this, because there are generally fewer clicks and less clutter, but it's also potentially less intuitive for people used to older softwares (e.g. SMS feedback on BlueOS involved requesting explicit "Cancel" and "Save"/"Confirm" buttons on all the windows that allow setting and saving stuff).

Maybe we leave it as is for now, but add a visual indication / some text saying that edits are live / auto-saved?

Was thinking exactly that. Just adding an unintrusive "profile updated" alert somewhere is enough, so users know what's happening. Opened #234 for that.