You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently on the confirmation page, if a label has been successfully saved (background initial save) and the user clicks "Edit Details", they are redirected to the /label-data-validation/<id> page. However, all previous validation progress is lost, requiring the user to revalidate every field. A mechanism should be implemented to preserve validation progress when returning to the validation page.
Acceptance Criteria
Implement a mechanism to save and restore validation progress when navigating back to the validation page.
Ensure that all previously validated fields remain in their validated state.
Allow users to make edits without losing prior progress.
The text was updated successfully, but these errors were encountered:
Description
Currently on the confirmation page, if a label has been successfully saved (background initial save) and the user clicks "Edit Details", they are redirected to the
/label-data-validation/<id>
page. However, all previous validation progress is lost, requiring the user to revalidate every field. A mechanism should be implemented to preserve validation progress when returning to the validation page.Acceptance Criteria
The text was updated successfully, but these errors were encountered: