TASClient suggestion
Moderator: Moderators
TASClient suggestion
a new state sorting or improvement
now it sorts on red(ongoing)/green(settingup)/yellow(full)
I would like in the green section to be expanded to give a full sort like
Green (Open)
Green B(Bot, with players in)
Green B(Bot, empty no players in them except the server, no rearrange withing B group unless resorted)
Green P(with pw)
Yellow
Red
(Green B could else be duotoned "Half white/half green" or something instead of a B)
now it sorts on red(ongoing)/green(settingup)/yellow(full)
I would like in the green section to be expanded to give a full sort like
Green (Open)
Green B(Bot, with players in)
Green B(Bot, empty no players in them except the server, no rearrange withing B group unless resorted)
Green P(with pw)
Yellow
Red
(Green B could else be duotoned "Half white/half green" or something instead of a B)
I'll add an additional feature request to this post.
It would be nice if the previous sorting modes also
had an effect on the current sort. This could be
implemented by making the sort function use a list
of sorting criteria, which are themselves sorted by
the last selection mode that was specified.
Example using 3 sort criteria (all which ascending / descending states)
- MapName
- ModName
- BattleState
*NOTE: the real list would include all possible sorting criteria
a) Example Initial Sorting List config:
1. ModName (ascending)
2. BattleState (descending)
3. MapName (ascending)
b) After Clicking on the BattleState table header button
1. BattleState (ascending)
2. ModName (ascending)
3. MapName(ascending)
c) After Clicking on the ModName table header button
1. ModName (descending)
2. BattleState (ascending)
3. MapName(ascending)
P.S. Might want to only change the ascending/descending state
for a specific criteria if it is at the beginning of the sorting list.
It would be nice if the previous sorting modes also
had an effect on the current sort. This could be
implemented by making the sort function use a list
of sorting criteria, which are themselves sorted by
the last selection mode that was specified.
Example using 3 sort criteria (all which ascending / descending states)
- MapName
- ModName
- BattleState
*NOTE: the real list would include all possible sorting criteria
a) Example Initial Sorting List config:
1. ModName (ascending)
2. BattleState (descending)
3. MapName (ascending)
b) After Clicking on the BattleState table header button
1. BattleState (ascending)
2. ModName (ascending)
3. MapName(ascending)
c) After Clicking on the ModName table header button
1. ModName (descending)
2. BattleState (ascending)
3. MapName(ascending)
P.S. Might want to only change the ascending/descending state
for a specific criteria if it is at the beginning of the sorting list.
Last edited by trepan on 24 Dec 2006, 02:08, edited 1 time in total.