@Danika_Dakika. I don’t think “Order Added” would bring the desired behavior when reviews from multiple different days are past due.
For example, assuming today is 12/3.
Card #1: Due 12/2 and created 1/1
Card #2: Due 12/1 and created 1/2
In the case of “Order Added” I believe I would get the order: #1 then #2. This would make sense since this is the order added.
However, this is not the desired behavior. The desired order would be “Review by Due Date” then by “Order Added”. This would have the order: Card #2 then Card #1. Card #2 is due first, even though it was added after #1, and so it should show up first.
A longer example would be (still assuming it is 12/3):
Card #3: Due 12/1 and created 1/5
Card #4: Due 12/1 and created 1/4
Card #5: Due 12/2 and created 1/3
Card #6: Due 12/2 and created 1/1
Card #7: Due 12/3 and created 1/1
The desired order would be: #4, #3, #6, #5, #7.
Due date is prioritized first. And then ties of the same date are broken (or then ordered by) date created or added.