[User Story] As a driver, I want to visualize information on a new ride request before accepting it, including pickup and drop-off details, estimated price, and trip distance. #31
Let's use celery for queuing the rider request because we need to return created to the user but we cannot stall the request until a driver accepts it.
Let's use celery for queuing the rider request because we need to return created to the user but we cannot stall the request until a driver accepts it.