Some checks failed
Build and deploy the backend to staging / Build and push image (pull_request) Successful in 1m49s
Run linting on the backend code / Build (pull_request) Successful in 30s
Run testing on the backend code / Build (pull_request) Failing after 45s
Build and deploy the backend to staging / Deploy to staging (pull_request) Successful in 32s
- Added landmarks_router.py to handle landmark retrieval based on user preferences and location. - Implemented optimization_router.py for trip optimization, including handling preferences and landmarks. - Created toilets_router.py to fetch toilet locations within a specified radius from a given location. - Enhanced error handling and logging across all new endpoints. - Generated a comprehensive report.html for test results and environment details.
11 lines
192 B
YAML
11 lines
192 B
YAML
max_bbox_side: 4000 #m
|
|
radius_close_to: 50
|
|
church_coeff: 0.75
|
|
nature_coeff: 1.6
|
|
overall_coeff: 10
|
|
tag_exponent: 1.15
|
|
image_bonus: 1.1
|
|
viewpoint_bonus: 10
|
|
wikipedia_bonus: 1.25
|
|
pay_bonus: -1
|