-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Is it possible for you to have sorting/grouping in the industry view only for a particular status?
For example.
20 jobs are now ready. These 20 jobs are on 5 different characters.
Currently, if i sort by time ascending I'll see the jobs that are ready first, which is expected, but I could have listings like
Job 1 -> Char 1
Job 2 -> Char 2
Job 3 -> Char 1
Job 4 -> Char 3
Job 5 -> Char 3
Job 6 -> Char 2
This makes it a bit harder to see which all the characters that need to login for the jobs.
Do think it would make sense to group them by character only for jobs that are ready?
So they would appear as
Job 1 -> Char 1
Job 3 -> Char 1
Job 2 -> Char 2
Job 6 -> Char 2
Job 4 -> Char 3
Job 5 -> Char 3
This is very low priority and I can live without it, or with any similar implementation.
Thank you for your consideration.