Star Wars Roleplay: Chaos

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Character order

Might seem a silly ideam but here it is. I am curious if there could be a feature added where we can edit the order our characters are displayed. Say i use 3 char's more actively and i'd like them close to the top of my list's while those i dont play so much or shelved can be moved down. Simple idea just though it would be something to help make things more user friendly.
 
[member="Alwine Lechner"]
That's not what I've seen with my profile or those of others I've seen.

Regardless, the solution, or lack of, is the same. Merge with one at the top of the list or you're out of luck.
 
Valiens Nantaris said:
[member="Alwine Lechner"]
That's not what I've seen with my profile or those of others I've seen.

Regardless, the solution, or lack of, is the same. Merge with one at the top of the list or you're out of luck.
Semi-random aside, but I'd just like to mention that I'm in the same boat with characters-not-showing-up-in-order-created. Kinda threw me for a loop when I noticed it happen at first. Bit of an interesting thing in the programming.

totally not posting because i want to pretend i'm relevant
 
[member=Cynthia Solus]

If you're looking at the end result HTML, sure. But to implement site-wide, it would be re-writing the display algorithm to dynamically pull information about the characters and sorting based on that information. From there you have the issue of what categorizes the profile as most active...someone who posts in the Posting Games forum consistently with a profile may not want that profile to be shown as a 'most active'. Another option would be to implement a user-based order where each person could go in and choose their order manually, similar to how Myspace did with their Top 8 so many years ago.

Both of these options would require retooling of various code blocks and testing. Much more effort than the comparatively small demand seen in this thread.
 
[member="Thurion Heavenshield"] Even following that, the placement in my pull down menu is not in order. I personally don't really care where I need to click to get the character I want, it's just the lack of understanding how the system decides that bugs me :)
 
Bunker-level Normal
Audren Sykes said:
[member=Cynthia Solus]

If you're looking at the end result HTML, sure. But to implement site-wide, it would be re-writing the display algorithm to dynamically pull information about the characters and sorting based on that information. From there you have the issue of what categorizes the profile as most active...someone who posts in the Posting Games forum consistently with a profile may not want that profile to be shown as a 'most active'. Another option would be to implement a user-based order where each person could go in and choose their order manually, similar to how Myspace did with their Top 8 so many years ago.

Both of these options would require retooling of various code blocks and testing. Much more effort than the comparatively small demand seen in this thread.
Code-wise, it'd be easier to just add a new attribute to the account picker logic, that allows players to set a manual order for their accounts.

And when I say "it'd be easier," I only mean in comparison to doing it algorithmically. Without any understanding or knowledge of how the current extension works, if it's one that is available on the broader IPB market or just written for Chaos, or the extensibility of IPB, my best guess would be this would require a new attribute on the users table in the database, which the account picker would have to pull down in addition to the other information it does, and then sort based on that value (whether it was created manually or algorithmically).

This would likely increase the performance overhead (read: it would take longer for pages to load) for Chaos, both on the account picker itself, and in attempting to determine the order. It would definitely be worse if using an automatic algorithm. And I expect load balancing on Chaos is already under enough strain here, doing this could cause additional unforeseen problems down the road.

In other words, it's a bit of work just for the minor inconvenience of finding a character on a list.
 

Users who are viewing this thread

Top Bottom