Skip to content

Instantly share code, notes, and snippets.

@hygull
Last active October 22, 2019 01:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hygull/97ca319314996413c94b584488068e3f to your computer and use it in GitHub Desktop.
Save hygull/97ca319314996413c94b584488068e3f to your computer and use it in GitHub Desktop.
Cabs Doc

Cab Service Based Project Doc

Objective

  • To book vehicle to visit places near by Bangalore.

    • People can book vehicles without any registration by using their mobile numbers.

    • In first page, they can enter place details as follows:

      1. pick up location

      2. drop location

      3. start date

      4. end date (expected)

      5. pick up time

    After that, they can see the list of available vehicles with mini details and images.

    They can pick/choose the vehicle they want to book.

    Once they chose the vehicle, in next page they will see major details including bigger image view.

    Now once they are okay with all, they can click on Book now button to finalize the process of bokking.

    As this does not need any registration, we have to collect extra information from user.

    1. Fullname
    
    2. Contact number 
    

    After entering this mini detail, an OTP will be sent to your entered mobile number.

    and you will see a pop-up box asking to enter the sent OTP.

    When you enter correct OTP, your booking information, with your fullname wil be sent to vehicle service provider.

    And then they will call you, ask for payment and do the further process they want to facilitate you.

Advantage:

  • No registration

  • So people who don't any app installed/account can book (don't consider fake mobile numbers here)

  • You can book a vehicle for a slot (weeks, months etc.)

Tags

Links

http://127:0.0.1:8000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment