js-route-optimization-app
js-route-optimization-app copied to clipboard
Solve vehicle routing problems with Google Optimization AI Cloud Fleet Routing
Uploading a CSV in an invalid format may result in the application hanging on the "Preview CSVs" step and the console error: `Cannot read properties of undefined (reading 'headerCell')`
Cloud Run has a [hard response body limit](https://cloud.google.com/run/quotas) of 32MiB. If this limit is reached, the response is blocked and a 500 error is thrown. On the frontend, this can...
Offer support for miles (and any other imperial units, if necessary) in the app. This could go in the app configuration itself so it automatically loads with the desired settings....
Current stop order icons go up to 99+, but there's a common need to higher. Doubling the texture atlas width to 16k would allow for going up to roughly 199+...
Currently, the travel simulator's starting position is relative to the global window. It would be more convenient for the users if it started at the first visit across all routes.
There are multiple mentions of Cloud Feet Routing in the both diagrams and docs that need to be updated.
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
The [docs](https://github.com/googlemaps/js-route-optimization-app/blob/bab7a257ce1187cc7baba945cf475b3569c35f84/docs/development.md?plain=1#L223-L233) make it clear how to run this app locally in "watch" mode. It would be helpful if there were also instructions on how to run this app locally,...
Bumps [ws](https://github.com/websockets/ws) from 7.5.7 to 7.5.10. Release notes Sourced from ws's releases. 7.5.10 Bug fixes Backported e55e5106 to the 7.x release line (22c28763). 7.5.9 Bug fixes Backported bc8bd34e to the...