Switch CentComm - Station Priority in List #594

Closed
opened 2026-07-11 23:10:35 +00:00 by LukeZurg22 · 5 comments
Contributor

image

This is for convenience. Majority of people will need to see the station rather than CC. An incredibly tiny flip will make a world of difference.

![image](/attachments/50b0b58f-7d42-4ed4-a7f9-ddcf3538738e) This is for convenience. Majority of people will need to see the station rather than CC. An incredibly tiny flip will make a world of difference.
Owner

not that easy unfortunately, listing is based on the station's entity ID - which could be either one of them since they're loaded at the same time

not that easy unfortunately, listing is based on the station's entity ID - which could be either one of them since they're loaded at the same time
Author
Contributor

@LilithArson wrote in #594 (comment):

not that easy unfortunately, listing is based on the station's entity ID - which could be either one of them since they're loaded at the same time

AGGH

@LilithArson wrote in https://git.byrdstation.space/Byrd-Station/Byrd/issues/594#issuecomment-4600: > not that easy unfortunately, listing is based on the station's entity ID - which could be either one of them since they're loaded at the same time AGGH
Author
Contributor

Wait, just switch the listing to sort not based on ID, but just name. Specifically it could be just have anything containing "Central" be on the lowest priority.

Wait, just switch the listing to sort _not_ based on ID, but just name. Specifically it could be just have anything containing "Central" be on the lowest priority.
Owner

upon further investigation, turns out it's not sorted at all, it just enumerates through all stations - which just so happens to result in it being sorted by ID
(and also hardcoding sorting priority is bad. I think I have an idea for how to make it work though)

upon further investigation, turns out it's not sorted *at all*, it just enumerates through all stations - which just so happens to result in it being sorted by ID (and also hardcoding sorting priority is bad. I think I have an idea for how to make it work though)
Author
Contributor

This was "fixed" with the new panel layout.

This was "fixed" with the new panel layout.
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Byrd-Station/Byrd#594
No description provided.