drneau.com Forum Index drneau.com
A discussion board for drneau.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Player information presentation

 
Post new topic   Reply to topic    drneau.com Forum Index -> Development and Release News
View previous topic :: View next topic  
Author Message
drneau
Site Admin


Joined: 13 Feb 2005
Posts: 2385
Location: Woodbury, MN

PostPosted: Tue Jun 03, 2008 8:51 pm    Post subject: Player information presentation Reply with quote

I'm going back and forth on how to best do this.

Implementing the standard tournament.
There are a LOT of parameters that I'll be making available for a tournament player, including (ready)?
- AddOnCount (total)
- AddOnCount per AddInOption
- AddOnExpense
- BountyExpense
- BountyNetGain
- BountyRevenue
- BuyInCount
- BuyInExpense
- BuyInOption (which one did they buy?)
- ChipCount
- Finish
- HasBeenPaid
- HasPaid
- KnockoutCount
- ManualPoints
- MethodPoints
- NumberInSpot (are they tied with anyone)
- PlaceRevenue
- Present
- PrimaryExpense
- PrimaryNetGain
- PrimaryRevenue
- RebuyCount (overall)
- RebuyCount (per rebuy option)
- RebuyExpense
- Seated
- SeatNumber
- SecondaryExpense
- SecondaryRevenue
- SecondaryNetGain
- SideBetExpense
- SideBetNetGain
- SideBetRevenue
- TableName
- TextAward
- TotalExpense
- TotalNetGain
- TotalRevenue
- State
- Address1
- Address2
- Age
- Audio
- Birthday
- City
- County
- DisplayName
- DisplayNamePattern
- Email
- FirstName
- FullName
- ID
- Image
- LastName
- NickName
- Phone1Number
- Phone1Type
- Phone2Number
- Phone2Type
- Phone3Number
- Phone3Type
- Phone4Number
- Phone4Type
- State
- ZipPostalCode

Whew...there may be more than that, but anyway...

In v2, I had all info about a player in one table and you had the ability to select sets of columns to view.

I was starting to go down that route, but then decided one mega table might not be the way to go...

So instead, I was thinking of having multiple tables, each with a different purpose.

- The Roster: This panel's goal is to populate the roster and show you everyone's state. The lower half of the panel will be the player database the the upper half will be the roster. Both will be visible. Adding players to the roster from the database will be as simple as clicking the "Add" button, and removing will be as simple as the "remove". Actions available here will be: Create New Player, Add From DB, Remove From Roster, Edit Properties, Buy-In, Add-On, Rebuy, Eliminate, Select All, Seat, UnSeat. Detailed financial information will not be shown. Add-on and Rebuy Counts will be displayed in the table, then if you want detail you can either look at the player properties or look at...

- Player Financial Data: This will be all the detailed financial data in table form. Only roster players will be visible.

- Ranking/Standings: blah blah blah

Thoughts?
_________________
--
Dr. Neau (not a real doctor)
http://drneau.com
http://home.comcast.net/~jneau
Back to top
View user's profile Send private message Send e-mail Visit poster's website
MaxPower
Founding Father
Founding Father


Joined: 13 Feb 2005
Posts: 390
Location: Funky Cold Medina - Ohio

PostPosted: Wed Jun 04, 2008 6:17 am    Post subject: Reply with quote

I like what I've seen so far in the V3 player database - the fact that you can add personalized sounds and avatars is outstanding! The idea of having one large table might get unweilding, but might help out processing speed (i dunno, I'm not a DB expert here).

Another thing may be that I'd like to have all that info in one place, in case I get the itch to customize the data to integrate easily in a web site...

What does one mega table with multiple views not buy you that multiple tables do?

One thing I was thinking about, many people have multiple emails, much like phone numbers (one for work, one for home, one for porn sites), so maybe have the ability to add multiple (no more than two>) email addresses?

Here's one more thing - The avatars - can they be integrated in the Seating Chart overlay? That way, a people can look for either their name or their face.... Just an idea...

Max
Laying under the table and dreaming...
_________________
Oh, Yeah! Check out the all new TheMiddleClassBlog.com for all of us that aren't exactly "High Rollers"!
Back to top
View user's profile Send private message Visit poster's website
drneau
Site Admin


Joined: 13 Feb 2005
Posts: 2385
Location: Woodbury, MN

PostPosted: Wed Jun 04, 2008 6:37 am    Post subject: Reply with quote

MaxPower wrote:
I like what I've seen so far in the V3 player database - the fact that you can add personalized sounds and avatars is outstanding! The idea of having one large table might get unweilding, but might help out processing speed (i dunno, I'm not a DB expert here).

Not really a processing issue. More a usability issue.

MaxPower wrote:

Another thing may be that I'd like to have all that info in one place, in case I get the itch to customize the data to integrate easily in a web site...

You'll always be able to do that via reports, no matter what I decide.

MaxPower wrote:

What does one mega table with multiple views not buy you that multiple tables do?

I don't know. Smile

MaxPower wrote:

One thing I was thinking about, many people have multiple emails, much like phone numbers (one for work, one for home, one for porn sites), so maybe have the ability to add multiple (no more than two>) email addresses?

Can be added.

MaxPower wrote:

Here's one more thing - The avatars - can they be integrated in the Seating Chart overlay? That way, a people can look for either their name or their face.... Just an idea...

Haven't decided how the avatars will be used yet...there are a lot of ideas swimming around in my head. For now, I wanted to make sure I got them added to the player attributes.
Max
Laying under the table and dreaming...[/quote]
_________________
--
Dr. Neau (not a real doctor)
http://drneau.com
http://home.comcast.net/~jneau
Back to top
View user's profile Send private message Send e-mail Visit poster's website
drneau
Site Admin


Joined: 13 Feb 2005
Posts: 2385
Location: Woodbury, MN

PostPosted: Thu Jun 05, 2008 6:13 am    Post subject: Reply with quote

Figured out a better way to handle the table in code so that it isn't so overwhelming, and actually easy to add new attributes.

I'm thinking it'll turn into something like Outlook where you have your Inbox and you can apply views and filters.

I'll have many views/filters predefined for quick change between them

And *maybe* give you the ability to save multiple views of your own, but don't get too excited.
_________________
--
Dr. Neau (not a real doctor)
http://drneau.com
http://home.comcast.net/~jneau
Back to top
View user's profile Send private message Send e-mail Visit poster's website
drneau
Site Admin


Joined: 13 Feb 2005
Posts: 2385
Location: Woodbury, MN

PostPosted: Thu Jun 05, 2008 12:06 pm    Post subject: Reply with quote

http://drneau.com/BB/viewtopic.php?t=1334
_________________
--
Dr. Neau (not a real doctor)
http://drneau.com
http://home.comcast.net/~jneau
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    drneau.com Forum Index -> Development and Release News All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group