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
Describe the bug
The purpose of rerunning a mission is to be able to resend a mission used for a particular purpose without having to redefine all of its parameters again. Most of our missions are generic and can be used for many purposes, a 8-hour deep transit to M1 is not the same is a 30-minute shallow transit to 3km, even if they're both the "transit" mission. Especially for complicated missions, getting all of the params dialed can be a bit of a pain, so it's useful and less error-prone to rerun a previously successful mission.
The current "recent runs" list appears to deduplicate by mission name, if that 8-hour deep transit occurred after the 30-minute shallow transit the deep one is the only one that shows up. We instead want unique runs of missions, i.e. mission name must matches and all waypoint/parameter overrides must match to be deduplicated
This is related to #267 , where waypoint/parameter overrides don't persist on rerun.
To Reproduce
Steps to reproduce the behavior:
Go to Mission, recent runs
See list of missions, apparently deduplicated by name
Expected behavior
"Recent runs" to list unique runs of missions, only deduplicating when mission name matches AND all waypoint/parameter overrides match
Screenshots
Example from Dash 4:
List from the same time on Dash 5. See that there's no second profile station between keepstation and sci2_flat_and_level:
Desktop (please complete the following information):
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Version [e.g. 22]
Smartphone (please complete the following information):
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Browser [e.g. stock browser, safari]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
The purpose of rerunning a mission is to be able to resend a mission used for a particular purpose without having to redefine all of its parameters again. Most of our missions are generic and can be used for many purposes, a 8-hour deep transit to M1 is not the same is a 30-minute shallow transit to 3km, even if they're both the "transit" mission. Especially for complicated missions, getting all of the params dialed can be a bit of a pain, so it's useful and less error-prone to rerun a previously successful mission.
The current "recent runs" list appears to deduplicate by mission name, if that 8-hour deep transit occurred after the 30-minute shallow transit the deep one is the only one that shows up. We instead want unique runs of missions, i.e. mission name must matches and all waypoint/parameter overrides must match to be deduplicated
This is related to #267 , where waypoint/parameter overrides don't persist on rerun.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
"Recent runs" to list unique runs of missions, only deduplicating when mission name matches AND all waypoint/parameter overrides match
Screenshots
Example from Dash 4:
List from the same time on Dash 5. See that there's no second profile station between keepstation and sci2_flat_and_level:
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: