-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Realtime iRating to Standing Widget #209
Comments
That would have to be put in on the sever side. What is the formula?
- Jeff
… On Aug 29, 2019, at 10:30 AM, KennyPowell ***@***.***> wrote:
I would like to help with adding a column to the Standings widget that would show your Realtime iRating based on your current position in the race. I have the formula but don't know where to start in the collaboration to make it a reality
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
As I'm sure you know. It's not a simple formula and a lot of info has to
be gathered and processed just to be able to put the pieces together to
arrive at the correct number. Here is an excel spreadsheet to break it
down. Be sure to unhide all the columns to the right to see the real meat
of it.
Thank you,
Kenny Powell
On Thu, Aug 29, 2019 at 6:26 PM Jeffrey Gilliam <notifications@github.com>
wrote:
… That would have to be put in on the sever side. What is the formula?
- Jeff
> On Aug 29, 2019, at 10:30 AM, KennyPowell ***@***.***>
wrote:
>
> I would like to help with adding a column to the Standings widget that
would show your Realtime iRating based on your current position in the
race. I have the formula but don't know where to start in the collaboration
to make it a reality
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub, or mute the thread.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#209?email_source=notifications&email_token=ANBESIGH632W4I2QVS6Z4DDQHBEIJA5CNFSM4ISDAJEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5P77ZY#issuecomment-526385127>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ANBESIHAOI3I4LAY63RCND3QHBEIJANCNFSM4ISDAJEA>
.
|
Looks like GitHub did not keep the attachment. You can email it directly to support@simracingapps.com. If you prefer to keep it private, let me know. Else, I'm going to attach it to this issue. |
To turn this off add this to the settings.txt file. dynamic-irating = N |
jfgilliam
added a commit
to SIMRacingApps/SIMRacingAppsWebContent
that referenced
this issue
Apr 23, 2020
(SIMRacingApps/SIMRacingApps#209) Add Real-time iRating to Standing Widget Changed iRating to be dynamically calculated as the positions change throughout the race. This only applies to single class races. I have not figured out how multiclass races are calculated. To turn this feature off and display the iRating the driver started the race with add this to the settings.txt. dynamic-irating = N 3. Created new widget called DriverRating
jfgilliam
added a commit
to SIMRacingApps/SIMRacingAppsSIMPluginiRacing
that referenced
this issue
Apr 23, 2020
(SIMRacingApps/SIMRacingApps#209) Add Real-time iRating to Standing Widget Changed iRating to be dynamically calculated as the positions change throughout the race. This only applies to single class races. I have not figured out how multiclass races are calculated. To turn this feature off and display the iRating the driver started the race with add this to the settings.txt. dynamic-irating = N
jfgilliam
added a commit
to SIMRacingApps/SIMRacingAppsServer
that referenced
this issue
Apr 23, 2020
(SIMRacingApps/SIMRacingApps#209) Add Real-time iRating to Standing Widget Changed iRating to be dynamically calculated as the positions change throughout the race. This only applies to single class races. I have not figured out how multiclass races are calculated. To turn this feature off and display the iRating the driver started the race with add this to the settings.txt. dynamic-irating = N
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would like to help with adding a column to the Standings widget that would show your Realtime iRating based on your current position in the race. I have the formula but don't know where to start in the collaboration to make it a reality
The text was updated successfully, but these errors were encountered: