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
After queuing all missions for a deck the queue is in the order the missions completed loading and not in the order it will run. Reloading will show the correct order.
To Reproduce
Recommend starting a mission and pausing it before doing the following steps such that the missions don't start instantly
Queue all mission on a deck with several missions
Wait for all the missions to load, note the order
Reload the page, note the order
Expected behavior
The queue order should match the order the missions will run in
Screenshots
After queuing all missions
After reloading
The text was updated successfully, but these errors were encountered:
The reason for this is that each mission does not know its ordering. The ordering currently is arbitrary on the backend. So when the signalR message is sent we don't know how it has been ordered on the backend. We might need to consider implementing a consistent ordering, eg. having a single increment for each mission run that is globally unique
Describe the bug
After queuing all missions for a deck the queue is in the order the missions completed loading and not in the order it will run. Reloading will show the correct order.
To Reproduce
Recommend starting a mission and pausing it before doing the following steps such that the missions don't start instantly
Expected behavior
The queue order should match the order the missions will run in
Screenshots
After queuing all missions
After reloading
The text was updated successfully, but these errors were encountered: