Skip to content

Latest commit

 

History

History
95 lines (52 loc) · 2.19 KB

DOCUMENTATION.md

File metadata and controls

95 lines (52 loc) · 2.19 KB

Documentation

Video Demonstration:

Eventure.mp4

If you want to see this video in youtube, then here is the link

SignUp:

For testing:

email: test@test.com password: password

signup

Errors:

  • Email must be valid : When email is not valid
  • Password must be between 4 and 20 characters : When password is not valid
  • Email is already!! : When email is already in use

SignIn:

email: test@test.com password: password

signin

Errors:

  • Email must be valid : When invalid email
  • You must supply a password : When password is not supply
  • Invalid Credentials : when email or password are wrong

Create Event:

  • You need to be signed to create a event

  • Event Name: enter event name

  • Description: Describe the event

  • Date and Time for Event: Right side at end tthere is one invisble button to toggle datetime picker

  • Total Tickets: Total tickets availble to buy

  • Price: Price to pay per ticket

createvent

Errors:

  • All fields are required

Purchase a Ticket:

  • Click on card

  • Click on purchase

purchase

  • Pay for ticket in given time else order will be automatically cancelled.

  • At present it will cancelled after 1 minutes (We can extend time, but for testing, I'm taking 1 minute )

pay

Pay using Stripe

pay

Payment Successful

pay success

  • One cannot buy ticket before 10 minutes of the starting of the event.

Cant purchase

  • One cannot sell or pay for ticket before 10 mintues of the starting of the event. cant sell or pay

  • Ticket for the event will not be visible if the event has been started

My Orders:

  • Here one can see the order he/she made or cancelled.

  • Here there are three sections: Purchased Tickets, Pending Payments and Order Logs:

  • One can sell the purchased ticket if that event is yet not started.

my orders