-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding new sensors without double saving #304
Comments
The process is designed to allow adding/deleting multiple sensors at once. It also allows to correct typing errors before the final save. I guess it would be possible to make it more clear when unsaved changes are present. |
Maybe we can add a |
What are the advantages of "allowing to add/delete multiple sensors at once"? The advantage is that there are less requests to the API if I guess right? Otherwise additionally to making the presence of unsaved changes more present, the first "save" button should be renamed something like "add" to avoid confusion. Maybe the button with the save-symbol should have an additional text "save" as all other buttons on the sensor page have additional texts as well. |
A hybrid approach could be to let users add or edit sensors directly but require a second confirmation when deleting sensors. One thing to keep in mind is that changing the |
Expected Behavior
When I add a new sensor and hit the save button right next to the input fields, I expect the sensor to get an ID and to be saved.
Actual Behavior
After hitting the save button right next to the input fields, additionally, I need to hit the save-symbol in the upper right corner of the page to save the sensor and generate an ID. Otherwise there is no ID displayed and the sensor is not saved.
Environment
The text was updated successfully, but these errors were encountered: