Activity
Pull request merge
fix(naive_tsp): import naive tsp in main.py and some other bugs in ut…
fix(naive_tsp): import naive tsp in main.py and some other bugs in ut…
Pull request merge
fix(tsp): coordinates are now [longitude, latitude] (#15)
fix(tsp): coordinates are now [longitude, latitude] (#15)
Pull request merge
Pull request merge
feat: add checkCoordinates for QC points and dummy endpoint for results
feat: add checkCoordinates for QC points and dummy endpoint for results
feat: add ping endpoint
feat: add ping endpoint
Reformat TSP Input (#13)
Reformat TSP Input (#13)
Pull request merge
chore: update readme typo
chore: update readme typo
Update readme.md
Update readme.md
refactor: make new function to set as endpoint (#12)
refactor: make new function to set as endpoint (#12)
Pull request merge
Merge branch 'main' into CodeRefactor
Merge branch 'main' into CodeRefactor
refactor: make new function as endpoint to call directions
refactor: make new function as endpoint to call directions
refactor: move all direction files to routing folder (#11)
refactor: move all direction files to routing folder (#11)
Pull request merge
refactor: move all direction files to routing folder
refactor: move all direction files to routing folder
Cache system (#10)
Cache system (#10)
Pull request merge
fix: make database read and write async
fix: make database read and write async
Tsp endpoint (#8)
Tsp endpoint (#8)
Pull request merge
Deleted branch
feat: add remote db for route cache (#7)
feat: add remote db for route cache (#7)
Pull request merge
feat: add remote db for route cache
feat: add remote db for route cache
fix: change the load_data to use json files
fix: change the load_data to use json files
Deleted branch
Deleted branch
Deleted branch
feat: add readme file
feat: add readme file
feat: Dockerize routing api and add geojson response (#6)
feat: Dockerize routing api and add geojson response (#6)
Pull request merge
feat: add geojson as part of response
feat: add geojson as part of response