alan-turing-institute / AssurancePlatform

Project to facilitate creation of Assurance Cases
MIT License
17 stars 6 forks source link

[User Story]: Enhance Visual Feedback for Text Updates in Assurance Case Editor #430

Closed kallewesterling closed 1 week ago

kallewesterling commented 2 months ago

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, and Alt + 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

RichGriff commented 1 week 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.

chrisdburr commented 1 week ago

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.