[Bug/Suggestion] Auto Schedule of Maintainence check
Description
When 2 or more maintenance checks are due at same time, and it is automatically scheduled, A check always comes before B, than C and D.
Steps to Reproduce (If applicable)
Just have an aircraft with more than 1 check due at same time
Expected behavior: The bigger check will be done first so that the smaller checks need not be done.
Actual behavior: The smaller check (A<B<C<D) came first, and then after the bigger checks that is also due at the same time
Possible Solution: Additional sorting/checking criteria to put D before C before B before A? May also work for the aircraft detail page looking at what is the next maintenance check due.