kevinren1108 / Apollo-Capstone-Project

Parking Lot Recommendation System Full Stack Project
GNU General Public License v3.0
5 stars 3 forks source link

Housekeeping Checklist #46

Closed kevinren1108 closed 1 year ago

kevinren1108 commented 1 year ago

Ezparking Client

Ezparking Myadmin

Ezparking Backend

API endpoint request respond body respond code Explanation
/getDestination GET None 200 Return a Json with all destination
/getParkinglot GET {destination: XXX} 200 Return a Json with first five available parking lot and travel distance
/updatePLwp POST None 200 Update parking lot waypoint, detail refer to issue 43
/updateDNwp POST None 200 Update destination waypoint, detail refer to issue 43

Ezparking AI

kevinren1108 commented 1 year ago

For Ezparking AI I fixed those two issues:

  1. Fix call API will cause processing purse issue
  2. Add a parameter when starting the AI to work with new increase/decrease API

Check the detail on pull request #47

kevinren1108 commented 1 year ago

Ezparking Myadmin I fixed an issue and change the code to use the new API for update and delete waypoints

  1. Change code to work with new update API
  2. Change code to work with new delete API
  3. Fix the instruction section gap issue in different screen ratio

Check the detail on the pull request #48