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 a URL validator across all options provided during the Beckn ONIX installation process. Currently, users can enter invalid URLs, which results in failures later in the process. The validator should ensure that only valid URLs are accepted at every step where a URL input is required.
Goals
Ensure that valid URLs are provided by the user at every stage of the Beckn ONIX installation process.
Prevent installation failures caused by invalid URLs.
Expected Outcome
The URL validator checks each URL entered during the installation process, ensuring it conforms to the standard URL format.
Users are immediately notified if they enter an invalid URL and prompted to correct it before proceeding.
The installation process continues only if a valid URL is provided.
Acceptance Criteria
A URL validator is implemented for all steps in the Beckn ONIX installation process where a URL is required.
If an invalid URL is entered, an error message is displayed, and the user is prompted to provide a valid URL.
The validator checks for standard URL format, including protocol (e.g., http, https), domain, and any required paths or suffixes.
The installation process proceeds only when all entered URLs are valid.
The code changes are reviewed and approved by the development team.
The installation process is tested to ensure the validator works correctly across all options without causing unintended disruptions.
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:
Description
Implement a URL validator across all options provided during the Beckn ONIX installation process. Currently, users can enter invalid URLs, which results in failures later in the process. The validator should ensure that only valid URLs are accepted at every step where a URL input is required.
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: