vvim / routetool

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

(!!) Editing Routes: deliveries will never be shown #40

Open vvim opened 8 years ago

vvim commented 8 years ago

When saving a route, we only write the "aanmeldingen" to the database, and we forget the deliveries or normal addresses.

Deliveries and addresses are written in the TransportationList.doc , but never in the database.

So when we want to 'edit' a route, we upload our date from the database: no deliveries or normal addresses will be shown.

BIG BUG

vvim commented 8 years ago

in form.h

void add_aanmeldingen(QList<SOphaalpunt> *);

we only speak of 'add_aanmeldingen', we will need afunction with a long list of pure SMARKERS, so that it can be dynamically decided whether this is a pure 'address', a 'ophaalpunt' or a 'delivery'.