Player Associations Archive

Thread: Why cant the Guild members list be in Alphabetical order?

Cry4Dawn
Mon Aug 09, 2004 8:10 pm
#1

Why is this such a hard thing to do? Why didnt SOE come up with a way to do it or have it do it automatically?



Col. Cry for Dawn, Imperial Navy
Imperial Weapons and Tactics Guild (IWAT)
Storm Trooper Squadron Imperial Ace
Pic 1 Pic 2 Pic 3 Pic 4 Pic 5 Pic 6 Pic 7
Jascentia
Mon Aug 09, 2004 8:21 pm
#2

My best guess:


It isn't a matter of hard. It is a matter of getting someone whose head is in another part of the code to drop everything and go work on the Guild Member Display part of the code, when the part of code they are currently working on already has a deadline... I ask for this pretty much every chance I get. It just has to get on someone's list, at a time when they are in betweencomplex projects.







Jascentia
| Retired

Xscape
Tue Aug 10, 2004 3:32 am
#3

That option is needed for both Guilds & City hall, I would settle for a dump to txt option though allowing sorting out of game.






ØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØ
ØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØ Scape
ØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØ
ØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØ Xscape
ØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØ
ØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØ Monoman
ØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØ
ØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØ MonoScape
ØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØ


Ariven
Tue Aug 10, 2004 11:32 am
#4



Jascentia wrote:
My best guess:
It isn't a matter of hard. It is a matter of getting someone whose head is in another part of the code to drop everything and go work on the Guild Member Display part of the code, when the part of code they are currently working on already has a deadline... I ask for this pretty much every chance I get. It just has to get on someone's list, at a time when they are in between complex projects.





Select all from userbase where PAmembership = 'somepa' order by userbase.name;

instead of

Select all from userbase where PAmembership = 'somepa' order by userbase.PAjoindate; (or whatever it was).

It's not like they can honestly tell you that it is a hard thing to change.. /frown
MajorXP
Fri Aug 20, 2004 4:51 pm
#5






Ariven wrote:





Jascentia wrote:

My best guess:


It isn't a matter of hard. It is a matter of getting someone whose head is in another part of the code to drop everything and go work on the Guild Member Display part of the code, when the part of code they are currently working on already has a deadline... I ask for this pretty much every chance I get. It just has to get on someone's list, at a time when they are in between complex projects.









Select all from userbase where PAmembership = 'somepa' order by userbase.name;

instead of

Select all from userbase where PAmembership = 'somepa' order by userbase.PAjoindate; (or whatever it was).

It's not like they can honestly tell you that it is a hard thing to change.. /frown





actually the sort order is by character creation date





C O H A V
Former Alpha Team Member & JTL/ROW/TOW/CU/NGE Beta Tester & 1025+ nonstop Vet
Guild Founder -
Legend of a New Republic <LNR> - Oldest Rebel Guild on Shadowfire
SWG Expertise Calculator
& Clicky Maker
Detailed account of my Wife testing NGE!!
& How to use Firefox with the Forums
Pre-CU full template Jedi& Want to join LNR?


Ariven
Tue Aug 24, 2004 10:28 am
#6



MajorXP wrote:


Ariven wrote:


Jascentia wrote:
My best guess:
It isn't a matter of hard. It is a matter of getting someone whose head is in another part of the code to drop everything and go work on the Guild Member Display part of the code, when the part of code they are currently working on already has a deadline... I ask for this pretty much every chance I get. It just has to get on someone's list, at a time when they are in between complex projects.





Select all from userbase where PAmembership = 'somepa' order by userbase.name;

instead of

Select all from userbase where PAmembership = 'somepa' order by userbase.PAjoindate; (or whatever it was).

It's not like they can honestly tell you that it is a hard thing to change.. /frown


actually the sort order is by character creation date




/grin doesn't change my example though...

SQL code isn't hard to write when dealing with simple queries.
Jascentia
Tue Aug 24, 2004 11:21 am
#7

While I don't claim to know anything about the code involved here, I agree it is probably an easy fix. The issue is that the devs are so busy working on the things that are really hard and have deadlines (sometimes past due deadlines)that a simple tweak to a line of code doesn't show upon their priority list.





Jascentia
| Retired

Darktracer
Tue Aug 24, 2004 1:57 pm
#8






Ariven wrote:





Jascentia wrote:

While I don't claim to know anything about the code involved here, I agree it is probably an easy fix. The issue is that the devs are so busy working on the things that are really hard and have deadlines (sometimes past due deadlines) that a simple tweak to a line of code doesn't show up on their priority list.







Nerf the devs!!!



in my opinion a bunch of minor "playability" tweaks would be worthy of a major publish "Real Soon Now" ....





I have an Idea Jas come to NY, I'll get some of my friends from the projects in Brooklyn (the ones that got out of prison), we hop a plane over to Cali andeither the devs change the PA system or my friends show them what jail is like.


This will either get us those changes or thrown in jail either or it will be an interesting time.



Traceral Savage
Spec-Ops Command
Master Doc/Master ??????
*Never argue with an idiot. He will bring you down to his level then beat you on experience*
Ariven
Wed Aug 25, 2004 12:00 am
#9



Jascentia wrote:
While I don't claim to know anything about the code involved here, I agree it is probably an easy fix. The issue is that the devs are so busy working on the things that are really hard and have deadlines (sometimes past due deadlines) that a simple tweak to a line of code doesn't show up on their priority list.





Nerf the devs!!!



in my opinion a bunch of minor "playability" tweaks would be worthy of a major publish "Real Soon Now" ....
MajorXP
Wed Aug 25, 2004 12:19 am
#10






Ariven wrote:





MajorXP wrote:





Ariven wrote:





Jascentia wrote:

My best guess:


It isn't a matter of hard. It is a matter of getting someone whose head is in another part of the code to drop everything and go work on the Guild Member Display part of the code, when the part of code they are currently working on already has a deadline... I ask for this pretty much every chance I get. It just has to get on someone's list, at a time when they are in between complex projects.









Select all from userbase where PAmembership = 'somepa' order by userbase.name;

instead of

Select all from userbase where PAmembership = 'somepa' order by userbase.PAjoindate; (or whatever it was).

It's not like they can honestly tell you that it is a hard thing to change.. /frown





actually the sort order is by character creation date






/grin doesn't change my example though...

SQL code isn't hard to write when dealing with simple queries.






agreed.... I was not commenting on your code - rather simply clarifying the current (and worthless) sort order.



PS- I fully agree that we could use a big 'playability' fix. Start off by letting us save the options whenwe logout.




Message Edited by MajorXP on 08-24-2004 02:20 PM





C O H A V
Former Alpha Team Member & JTL/ROW/TOW/CU/NGE Beta Tester & 1025+ nonstop Vet
Guild Founder -
Legend of a New Republic <LNR> - Oldest Rebel Guild on Shadowfire
SWG Expertise Calculator
& Clicky Maker
Detailed account of my Wife testing NGE!!
& How to use Firefox with the Forums
Pre-CU full template Jedi& Want to join LNR?


Ariven
Wed Aug 25, 2004 12:45 am
#11



MajorXP wrote:


Ariven wrote:


MajorXP wrote:


Ariven wrote:


Jascentia wrote:
My best guess:
It isn't a matter of hard. It is a matter of getting someone whose head is in another part of the code to drop everything and go work on the Guild Member Display part of the code, when the part of code they are currently working on already has a deadline... I ask for this pretty much every chance I get. It just has to get on someone's list, at a time when they are in between complex projects.





Select all from userbase where PAmembership = 'somepa' order by userbase.name;

instead of

Select all from userbase where PAmembership = 'somepa' order by userbase.PAjoindate; (or whatever it was).

It's not like they can honestly tell you that it is a hard thing to change.. /frown


actually the sort order is by character creation date




/grin doesn't change my example though...

SQL code isn't hard to write when dealing with simple queries.


agreed.... I was not commenting on your code - rather simply clarifying the current (and worthless) sort order.

PS- I fully agree that we could use a big 'playability' fix. Start off by letting us save the options when we logout.

Message Edited by MajorXP on 08-24-2004 02:20 PM





But hey, we will be able to call pets from our toolbar soon...

sigh

Its getting hard to keep the enjoyment level up here..
MajorXP
Sat Sep 11, 2004 1:13 am
#12






Cry4Dawn wrote:

Why is this such a hard thing to do? Why didnt SOE come up with a way to do it or have it do it automatically?






It would make too much sense to be able to sort by a column.





C O H A V
Former Alpha Team Member & JTL/ROW/TOW/CU/NGE Beta Tester & 1025+ nonstop Vet
Guild Founder -
Legend of a New Republic <LNR> - Oldest Rebel Guild on Shadowfire
SWG Expertise Calculator
& Clicky Maker
Detailed account of my Wife testing NGE!!
& How to use Firefox with the Forums
Pre-CU full template Jedi& Want to join LNR?


adagiogray
Wed Sep 29, 2004 7:32 pm
#13

This deserves a *bumpity*
Page 1 of 1
Previous Next