DRF backend for uber clone app. makes use of django channels to serve customer live-location features along with drivers to stay in idle-state | a freelance project
Stars
3
Forks
3
Watchers
3
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
114
commits
[+] updated ride model schema, updated payment value type for ride & trip serializer, pricing issue fix for trip booking, history bug fix for ride & trip
9539526View on GitHub[=] replaced advanced pricing logic with very basic simple logic
27cb0d7View on GitHub[+] added history & payment feature for trip with required serializers and such
17cf192View on GitHub[+] added /trip/book/ & /trip/get-trip-price/ routes and corresponding required views and serializers
02df53dView on GitHub[-] removed pricing from driver to passenger location while booking a ride
16e6cb1View on GitHub[+] added BUS type for vehicle model, created BookedTrip model
504a41bView on GitHub