beckn / beckn-onix

beckn onix
MIT License
37 stars 18 forks source link

Add URL Validator Throughout Beckn ONIX Installation #206

Open emmayank opened 1 month ago

emmayank commented 1 month ago

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

  1. The URL validator checks each URL entered during the installation process, ensuring it conforms to the standard URL format.
  2. Users are immediately notified if they enter an invalid URL and prompted to correct it before proceeding.
  3. The installation process continues only if a valid URL is provided.

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 3 weeks ago

Added the URL validation in the script. PR: https://github.com/beckn/beckn-onix/pull/216

SS

Image

emmayank commented 2 weeks ago

Review Completed