jimbot9k / UQPool

A carpooling app for UQ students
0 stars 1 forks source link

Backend/bobby #30

Closed yourcousinbob closed 2 years ago

yourcousinbob commented 2 years ago

Added backed functionality for requesting driver options. Send a request message to the socket with a package { sid: 12312311, location: "Some Place", destination: "Want to go here" } Then should send back the user a sorted array by heuristic dictated by shortest detour. Also added cancel and accept functionality but needs testing and more work as we need to work with clientside to get driver/riders accepting a new user logic sound.