RoyaleAPI / cr-api-ux

User Experience and content issue tracker for RoyaleAPI website.
https://royaleapi.com
22 stars 16 forks source link

“Export CSV” for clan data #49

Closed KrazyPete closed 5 years ago

KrazyPete commented 6 years ago

I use a “clan score” metric for promotions in my clan. If I could get an export of my clan’s data just before each week’s clan reset it would save me quite a bit of manual entry.

This is my “clan score” if you’re interested in adding it to your site directly:

(player donations / clan donation average)
+
(player trophies / clan trophy average)
+
(player clan chest crowns / clan chest trophy average)
/ 3
* 100

This gives me a number where trophies, donations, and clan chest crowns are factored in equally and a score of 100 represents a perfect average. It makes it easy to identify players who are performing significantly above or below the clan average. It also allows players with a low trophy count to make up for it by donating heavily and participating in the clan chest.

smlbiobot commented 6 years ago

Noted. Please follow this thread if/when it gets implemented.

FYI, if you use our API you can get this data in our endpoint. If you require end-of-week stats, it is in fact available for clans who have enabled clan history.

See docs here: https://docs.royaleapi.com/#/endpoints/clan_history_weekly

smlbiobot commented 6 years ago

Clans now support Export CSV. No weekly average yet.

6Sean commented 5 years ago

@KrazyPete Did this answer all of your questions? I realize there's no weekly average, but this likely enabled you to proceed with what you were doing, correct? Please let me know if I'm able to close this out. 👍

KrazyPete commented 5 years ago

I quit playing that game a year or more ago but thanks for the follow up.

On Thu, Feb 28, 2019 at 12:38 PM 6Sean notifications@github.com wrote:

@KrazyPete https://github.com/KrazyPete Did this answer all of your questions? I realize there's no weekly average, but this likely enabled you to proceed with what you were doing, correct? Please let me know if I'm able to close this out. 👍

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/RoyaleAPI/cr-api-ux/issues/49#issuecomment-468365816, or mute the thread https://github.com/notifications/unsubscribe-auth/AkQIHG25Z_QJeaRMxdhMOZz_oYyHPYApks5vSBQMgaJpZM4TD0Cx .

6Sean commented 5 years ago

No problem - thanks for the reply!