vroom-frontend icon indicating copy to clipboard operation
vroom-frontend copied to clipboard

Web frontend for VROOM

Results 10 vroom-frontend issues
Sort by recently updated
recently updated
newest added

When using ORS requests need to use profile "driving-car" instead of default "car". Otherwise this results in a 400 response with the message that profile "car" doesn't exist which is...

feature

Running `npm install` installs the [latest stable version](https://leafletjs.com/download.html) of Leaflet 1.9.1. This gives problems when running vroom-frontend, showing the error: `Uncaught TypeError: L.hasOwnProperty is not a function` If Leaflet is...

I have just come across this project and I absolutely adore it, many thanks to everyone involved! I use it a lot for personal use (e.g. routes with errands, shops,...

feature

hi, this an optimal frontend to interact with vroom, but I think that it would be interesting to join this project with this other project ongoing discussion here: https://github.com/GIScience/ors-map-client/issues/34

question

Because this repo does not have one and https://keepachangelog.com.

enhancement

The exact same issue described in #32 for amount/capacity arises when loading a problem that contains skills for vehicle and jobs and then manually adding a (skill-less) job through the...

bug

Despite previous efforts in #22, error handling is [still very rudimentary](https://github.com/VROOM-Project/vroom-frontend/blob/7814c0737a5379d2d47e3b44296110ba52117197/src/utils/solution_handler.js#L30-L38). In most error cases we get a `Error: 0` alert that is not helpful at all. We should display...

enhancement

This is just a feature suggestion. If you select a location and then use Options to set it as a Start for a vehicle, you are unable to set that...

feature

Be careful about exposing this to the internet ``` $ curl --path-as-is -i -s -k "http://public-ip:9966/../../../../../../../../../../../../../../../../etc/passwd" HTTP/1.1 200 OK content-type: application/octet-stream Date: Wed, 31 Jul 2024 23:38:03 GMT Connection: keep-alive...

Added API_HOST and API_PORT for reading the configration from environment, fallback option will be "http://localhost" port will be 3000. Snippet: ```js 'use strict'; module.exports = { tileLayer: 'http://{s}.tile.osm.org/{z}/{x}/{y}.png', host: process.env.API_HOST...