vvim / routetool

Using Google Maps API to add locations and calculate the shortest route by Traveling Salesman Algorithm
1 stars 0 forks source link

What if we have more than one truck? More than one route per day? #41

Open vvim opened 8 years ago

vvim commented 8 years ago

Currently, the date of the route is used to identify a route. But what if we have more than one truck? More than one route per day?

We need a solution. Probably an extra table which uses 'names' for routes and has a unique id.

WARNING: can we change the database in such a way that it is still backwards compatible with older versions of routetool?