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
When setting up Beckn ONIX, particularly under Option 2 and then selecting either Option 2 (BAP) or Option 3 (BPP), add a validation check to ensure that the provided registry URL ends with the suffix /subscriber. This validation is necessary because the installation process will fail without this specific URL structure.
Goals
Ensure that the registry URL provided by users during setup includes the required /subscriber suffix.
Prevent installation errors by enforcing this validation.
Expected Outcome
If a user provides a registry URL that does not end with /subscriber, an error message should be displayed, and the user should be prompted to correct the URL before proceeding.
The installation should only continue if the registry URL is correctly formatted.
Acceptance Criteria
When setting up Beckn ONIX with Option 2 and selecting either BAP (Option 2) or BPP (Option 3), the system validates the registry URL to ensure it ends with /subscriber.
If the registry URL is invalid (does not end with /subscriber), an error message is displayed, and the user is prompted to enter a correct URL.
The installation process proceeds only when a valid registry URL is provided.
The code changes are reviewed and approved by the development team.
The updated setup process is tested to ensure the validation works correctly without causing other issues.
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
When setting up Beckn ONIX, particularly under Option 2 and then selecting either Option 2 (BAP) or Option 3 (BPP), add a validation check to ensure that the provided registry URL ends with the suffix /subscriber. This validation is necessary because the installation process will fail without this specific URL structure.
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: