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
Describe the task
Investigate and implement AG Grid restrictions that enforce a left-to-right data entry workflow in forms. Users should be required to enter information starting with the leftmost field and proceed sequentially across the form to the right. This restriction would:
Prevent users from jumping around fields.
Ensure mandatory fields are completed in the correct order, following the logical order for the forms in the portal.
Reduce the likelihood of error messages by guiding users through the form systematically.
Purpose
To improve the user experience by creating a structured data entry workflow, ensuring that all mandatory fields are completed in sequence and reducing potential errors caused by skipping fields. This aligns with the logical order for forms in the portal, reinforcing consistency and usability.
Acceptance Criteria
Investigate the feasibility of implementing field-by-field validation logic in AG Grid to enforce sequential data entry in alignment with the logical order of the forms in the portal.
Restrict users from entering data in fields to the right until all preceding fields (mandatory or otherwise) are completed.
Ensure error messages are triggered only when a mandatory field is skipped or left incomplete during sequential entry.
Test the restrictions to confirm they function as intended across all relevant forms and user roles (e.g., IDIR and BCeID users).
Validate that the restrictions do not disrupt existing functionalities, such as saving drafts or adding rows.
Please refer to card #1597 and #1598 for a detailed summary of enhancements that should be made.
The text was updated successfully, but these errors were encountered:
Grulin
changed the title
LCFS - Investigate restrictions on filling out the AG grid input forms from left to right UX
LCFS - UX Investigate restrictions on filling out the AG grid input forms from left to right
Dec 19, 2024
After investigating AG Grid restrictions, there should be red around the cell highlighting the required field (this isn't always the case). As we are using a form of Progressive validation, the user should be required to move left to right throughout the form to make their inputs.
Once the form has successfully been filled out, we could validate the rows at the end of the process of filling out all required fields. If the user has missed a field, an error message could be displayed with a red outline around cells that need attention, along with the error message.
Describe the task
Investigate and implement AG Grid restrictions that enforce a left-to-right data entry workflow in forms. Users should be required to enter information starting with the leftmost field and proceed sequentially across the form to the right. This restriction would:
Purpose
To improve the user experience by creating a structured data entry workflow, ensuring that all mandatory fields are completed in sequence and reducing potential errors caused by skipping fields. This aligns with the logical order for forms in the portal, reinforcing consistency and usability.
Acceptance Criteria
Please refer to card #1597 and #1598 for a detailed summary of enhancements that should be made.
The text was updated successfully, but these errors were encountered: