I had a developer a few months ago make the attached addon which feeds in user competition results into their profile on XF. The dev then disappeared and haven't been able to get ahold of him, so need someone else to make a few small fixes to the addon.
1. For the 3x3 Multi Blind event, it looks like this:
But looking at this users profile:
It should look like this (the xx/yy is number attempted, then a space and the time (in minutes):
The API gives this result: 850347501 for the Multi-Blind record. Which is:
85 03475 01
85 = 99 - points
03475 = time in seconds
01 = cubes unsuccessfully solved
cubes successfully solved = 99 - first 2 digits + unsuccessful cubes = 99 - 85 + 01 = 15
cubes attempted = cubes solved + unsuccessful cubes = 99 - 85 + 01 + 01 = 16
03475 seconds = 57 minutes 55 seconds
Basically, that profile, 15/16 means he attempted 16 cubes, but only solved 15 fully.
So I want to get that event to display properly on the User profiles.
----
2. The FMC event should be displayed as is, not divided by 100. So if it shows 23, it should show as 23, not 0.23.
3. This error occasionally shows up in the error logs:
4. On mobile, it currently formats a bit strange on the user profile, but on desktop it looks fine. I'd like to resolve this such that on mobile it formats the same as on this page on mobile.
----
I paid $75 to have this entire addon built and it works mostly great for feeding the API in, just want to resolve those small fixes, budget is $40.
Thanks!
1. For the 3x3 Multi Blind event, it looks like this:
Dropbox - File Deleted - Simplify your life
www.dropbox.com
But looking at this users profile:
Mike Hughey | World Cube Association
The World Cube Association governs competitions for mechanical puzzles that are operated by twisting groups of pieces, commonly known as 'twisty puzzles'. The most famous of these puzzles is the Rubik's Cube, invented by professor Rubik from Hungary. A selection of these puzzles are chosen as...
www.worldcubeassociation.org
Dropbox - File Deleted - Simplify your life
www.dropbox.com
The API gives this result: 850347501 for the Multi-Blind record. Which is:
85 03475 01
85 = 99 - points
03475 = time in seconds
01 = cubes unsuccessfully solved
cubes successfully solved = 99 - first 2 digits + unsuccessful cubes = 99 - 85 + 01 = 15
cubes attempted = cubes solved + unsuccessful cubes = 99 - 85 + 01 + 01 = 16
03475 seconds = 57 minutes 55 seconds
Basically, that profile, 15/16 means he attempted 16 cubes, but only solved 15 fully.
So I want to get that event to display properly on the User profiles.
----
2. The FMC event should be displayed as is, not divided by 100. So if it shows 23, it should show as 23, not 0.23.
3. This error occasionally shows up in the error logs:
- ErrorException: [E_NOTICE] Undefined index: enter_your_wca_profile_co
- src/addons/OfficialResults/XF/Entity/UserProfile.php:18
4. On mobile, it currently formats a bit strange on the user profile, but on desktop it looks fine. I'd like to resolve this such that on mobile it formats the same as on this page on mobile.
----
I paid $75 to have this entire addon built and it works mostly great for feeding the API in, just want to resolve those small fixes, budget is $40.
Thanks!