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
Implement input number validation during the Beckn ONIX installation process. If a page or sub-page offers numeric options (e.g., 1-5), selecting an invalid number like 6 should be prohibited. Additionally, input validation should ensure that alphabetic characters are not accepted, as only numeric options are valid.
Goals
Prevent users from selecting invalid numeric options during the installation process.
Ensure that only numeric inputs are accepted, disallowing alphabetic characters.
Expected Outcome
Users are restricted to selecting valid numeric options based on the available choices on each page or sub-page.
If an invalid numeric option or alphabetic character is entered, an error message is displayed, and the user is prompted to make a valid selection.
Acceptance Criteria
On any page or sub-page where 1-5 options are available, selecting an option like 6 is considered invalid, and an error message is displayed.
The same validation applies to all sub-pages where numeric options are provided.
Alphabetic characters are not allowed for any numeric input fields, and an error message is displayed if such characters are entered.
The installation process only continues when a valid numeric option is selected.
The code changes are reviewed and approved by the development team.
The installation process is tested to ensure the validation works correctly across all pages and sub-pages without affecting other functionalities.
Mockups / Wireframes
N/A
Product Name
Beckn ONIX
Domain
N/A
Tech Skills Needed
Devops
Complexity
High
Category
Deployment
Sub Category
Installation
The text was updated successfully, but these errors were encountered:
The necessary code fix has been pushed to the repository. Since we pushed the code to the same branch, it automatically merged into the existing pull request (PR).
PR: #216
Description
Implement input number validation during the Beckn ONIX installation process. If a page or sub-page offers numeric options (e.g., 1-5), selecting an invalid number like 6 should be prohibited. Additionally, input validation should ensure that alphabetic characters are not accepted, as only numeric options are valid.
Goals
Expected Outcome
Acceptance Criteria
Mockups / Wireframes
N/A
Product Name
Beckn ONIX
Domain
N/A
Tech Skills Needed
Devops
Complexity
High
Category
Deployment
Sub Category
Installation
The text was updated successfully, but these errors were encountered: