issues
search
Pago-TW
/
pago-backend
The backend application for Pago, developed using Spring Boot.
0
stars
0
forks
source link
Merge dev branch into main: fixed reported bugs
#9
Closed
sh1un
closed
1 year ago
sh1un
commented
1 year ago
This PR includes the following changes:
Fixed:
Resolved an issue where the /trips endpoint would retrieve all trips in the system, regardless of the specified user.
Improved the consistency and accuracy of the matching SQL logic.
Feature:
Added an "ANY" option for both countries and cities, providing greater flexibility in filtering results.
Users can now choose the "ANY" condition for purchaseCountry/City, removing the requirement to specify an exact item purchase location.
Refactor:
replacing the i18n CountryCode with a custom CountryCode implementation.
This PR includes the following changes:
Fixed:
Feature:
Refactor: