You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just forgot to enter the Route in the Default Route Sequence screen. When saving it warned me to set a route. After setting it I lost all my data. Could be improved by setting and switching routes at any time
The text was updated successfully, but these errors were encountered:
@lightsprint09 Yikes! I remember how that feels.
The program flow is set up such that when you change to another route, whatever sequence is found gets loaded. So the switching routes part may not work out, because how is the program supposed to know if you want to load the new route's sequence or you want to keep what you've made.
I'm thinking of a prevention step instead : Disable the user from adding any stop unless they have chosen a route. Will work on that.. thanks for bringing this to my attention.
Another measure that might be useful (thinking aloud here) : set a global changesMade flag in the javascript. On any change done to a sequence, make it True. On saving, set to False. If user changes to another route while the flag is True, then do a popup confirmation dialog warning about data loss and asking to save things first.
I also want to make the tabular data copy-paste-able to excel at some point. That way the user can also do bulk data-entry. User feedback helps to bring things up in priority list, so +1 this if you want that feature!
I just forgot to enter the Route in the Default Route Sequence screen. When saving it warned me to set a route. After setting it I lost all my data. Could be improved by setting and switching routes at any time
The text was updated successfully, but these errors were encountered: