beckn / beckn-onix

beckn onix
MIT License
41 stars 23 forks source link

Add Input Number Validation During Beckn ONIX Installation #207

Open emmayank opened 2 months ago

emmayank commented 2 months ago

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

  1. Users are restricted to selecting valid numeric options based on the available choices on each page or sub-page.
  2. 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

Mockups / Wireframes

N/A

Product Name

Beckn ONIX

Domain

N/A

Tech Skills Needed

Devops

Complexity

High

Category

Deployment

Sub Category

Installation

prasad-takale-eminds commented 2 months ago

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: https://github.com/beckn/beckn-onix/pull/216

SS for the menu. Image

Sub menu Image

emmayank commented 1 month ago

Review Completed