Closed kallewesterling closed 4 months ago
@chrisdburr I thought this was something we agreed, that the user will need to trigger the save by selecting update? This issue seems to suggest that now we want an auto save feature. This also removes the need for the alert stuff for discard changes.
Yes, I think we can close this as an old user story that is no longer relevant and superseded by other issues that address the alerts.
Role
As an assurance case editor
Desired Feature
I want clear visual feedback when editing text in the editor side panel
Benefit
So that I can be confident that my changes are being saved without needing to perform additional actions like selecting another element
Acceptance Criteria
GIVEN I am editing text in the editor side panel, WHEN I type or make changes to the text, THEN there should be a dynamic update or clear indication that my changes are being registered without requiring a manual save.
GIVEN I press the Enter key after typing, WHEN the text input field is active, THEN the
Enter
key should function as a save command, andAlt
+Enter
should create a new line.GIVEN I deselect the active text element or select another element, WHEN there have been changes made to the text, THEN the updates should automatically save and the user should see a confirmation that the save has occurred.
Dependencies
Technical Notes
Definition of Done