Skip to content

Latest commit

 

History

History

user

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

User/Bookings

This is where the main process happens Total process happening are

  1. Getting User Profile
  2. Creating a Booking
  3. Find matched groups
  4. Find matched person
  5. Cancel booking
  6. Reset password
  7. change password 8 .Update Profile
  8. Getting User bookings
  9. Getting user booked rides
  10. Getting Places to explore (Not Done yet)

Serializers

  • BookingSerializer
  • BookedridesSerializer
  • ProfileSerializer
  • UserSerialize
  • UserDetailSerializer(overiding the rest-auth serializer)
  • PlaceSerializer
  • MatchSerializer

MAIN FILES :

  • api/
    • serializer
    • urls
    • views