Joaz Banbeck wrote:lefuet wrote:...
btw, is there a way to lump many identical go server handles together?
e.g.:
KGS,DGS,WBaduk,Tygem: lefuet
Yes. It is easy.
.
.
<<===============
My impression was that lefuet was talking about having the specific text, based on server name like in his example:
KGS,DGS,WBaduk,Tygem: lefuet
The interesting part about this problem is that some people may only use particular servers, or even have a different name on only one server. For example:
KGS, WBaduk: Kirby
Tygem: MrKirby
The question then becomes, how should the user input this data? My thought on this was to allow for the user input of userid to server remain as it is.
Then, in the backend, before displaying the text in the user profile, we should parse the different go server handles, and see if they contain the same text. If they do, we could group the heading together.
So, in essence, as a user I would enter:
KGS: Kirby
WBaduk: Kirby
Tygem: MrKirby
Then when it is displayed on the page, it'd show up as:
KGS,WBaduk: Kirby
Tygem: MrKirby
Having a "Universal id" entry is interesting, but is not applicable in the example above, since I do not have a universal ID, but I do have an ID that is shared across multiple servers.
