equalify icon indicating copy to clipboard operation
equalify copied to clipboard

Lack of Feedback When Creating Reports or Properties

Open kevinandrews1 opened this issue 7 months ago • 8 comments

There is no feedback to inform users when actions such as creating a report or adding a property are successfully completed. For example, after adding a property, there is no communication indicating that the property has been successfully created. Clear feedback is crucial for users to know when their actions have been successfully completed. Without it, users may be unsure if their action was successful or if they need to retry. To address this, programmatically provide success messages using aria-live regions to announce updates to screen readers. For instance, after a report is created or a property is added, an aria-live="assertive" region can announce “Report successfully created” or “Property successfully added.” Additionally, move the focus to the success message once the action is completed to ensure users relying on screen readers are immediately notified of the success.

kevinandrews1 avatar Jul 18 '24 09:07 kevinandrews1