chriscoderdr / morro-ride-sharing

1 stars 1 forks source link

[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

Closed chriscoderdr closed 2 weeks ago

chriscoderdr commented 2 weeks ago

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.