The Tournament Director Forums

Main => Suggestions => Topic started by: Seitz333 on February 06, 2015, 10:06:45 PM

Title: Status Updates Feature Requests
Post by: Seitz333 on February 06, 2015, 10:06:45 PM
Hey Corey when do you think we will get some new tokens to use with the Status Updates feature? I would like to see the following:

1. Who has busted out
2. Who is still in
3. Who did a rebuy/addon
4. Prize/bounty winnings
5. points earned (not sure if this one is possible)
6. Time of bustout
7. Round out
8. Hitman
9. Title
9. Description

Thanks,

Chuck
Title: Re: Status Updates Feature Requests
Post by: TIMMER on February 07, 2015, 01:23:24 PM
are already there. Token (rankings)
Title: Re: Status Updates Feature Requests
Post by: Seitz333 on February 07, 2015, 03:16:57 PM
Ok I found the title token and the description token but I do not see the rankings token or the rankings data listed in the status updates file that is output from the data sent to my web server. Do I have an old file in the TD software folder that does not send the rankings info?

Chuck

Title: Re: Status Updates Feature Requests
Post by: Corey Cooper on February 09, 2015, 02:15:57 PM
It's still a to-do item.  :(
Title: Re: Status Updates Feature Requests
Post by: rakrul on March 27, 2016, 11:23:56 PM
Just bumping this one as I would like to show who's out and who's in as well. And maybe even points awarded? I'm guessing points aren't calculated until the tournament is over though so it can't be done.
Edit: Oh, and chipcount. For the league final table, we count and manually enter the chipcount per player during the break so it would be cool to show this as well.

Also, and this is the tiniest detail ever, in your TournamentStatus.js example you have big blind / small blind and it should be reversed. :)
Code: [Select]
TDStatus.setValue("blinds", TDStatus.getChipsString(TDStatus.Vars["bigblind"]) + " / " + TDStatus.getChipsString(TDStatus.Vars["smallblind"]));
Title: Re: Status Updates Feature Requests
Post by: Corey Cooper on March 29, 2016, 06:34:12 PM
It's still actually pretty high on the list, so I do plan on getting to it.  Microsoft has just accelerated some other stuff in front of it ....
Title: Re: Status Updates Feature Requests
Post by: rakrul on December 15, 2016, 09:49:21 AM
Any idea on the schedule now?
Title: Re: Status Updates Feature Requests
Post by: Corey Cooper on December 19, 2016, 04:59:52 PM
Nothing specific.  I'm working on the last few bits of 3.4 beta 3.  I haven't reconciled the feature list to see what else will be added for the final version 3.4, but at this point I'm hoping it will be little to nothing (that is, what else will be added between version 3.4 beta 3 and the final version 3.4).  I might be able to get the status updates changes in, but I can't say for sure at this point.