EVE-University / whctools

WHC app for joining
MIT License
1 stars 0 forks source link

Stale skill check data #17

Open mome-borogove opened 2 weeks ago

mome-borogove commented 2 weeks ago

It looks like the skills pulled for the skill check panel are out of date. I just verified that one of my alts does indeed meet all the skills in the skillset, but it's returning a red X. Character is Ara Khaspi (2118610448), for reference.

lynkfox commented 2 weeks ago

Nothing I can do about that directly yet. The skills are pulled from member audit, and Im not sure what the current update schedule (if at all) is

However, individuals can force an update on any toon that is there's I believe?

Mmm now I'm not so certain. I know there is a way to trigger it, I'll look into that

On Tue, Jun 25, 2024, 11:18 AM mome-borogove @.***> wrote:

It looks like the skills pulled for the skill check panel are out of date. I just verified that one of my alts does indeed meet all the skills in the skillset, but it's returning a red X. Character is Ara Khaspi (2118610448), for reference.

— Reply to this email directly, view it on GitHub https://github.com/EVE-University/whctools/issues/17, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADLOBQYXWY3SUFPW4AAJWZ3ZJGC5VAVCNFSM6AAAAABJ4CP3D6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGM3TEOJWGY3TGMI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

mome-borogove commented 2 weeks ago

Alright, looks like #16 is a dup then. Can close that.

But if member audit is reporting its last update time correctly, then this is a blocker. Most of the updates I see are at least 6 months old. Some characters have never been pulled at all. If there's not a mechanism for member audit to be up to date for relevant characters within some number of hours of an application, we may want to look for an alternative.

lynkfox commented 2 weeks ago

Yeah. There is a way to force the update I just have to figure out the timing of it

On Tue, Jun 25, 2024, 6:59 PM mome-borogove @.***> wrote:

Alright, looks like #16 https://github.com/EVE-University/whctools/issues/16 is a dup then. Can close that.

But if member audit is reporting its last update time correctly, then this is a blocker. Most of the updates I see are at least 6 months old. Some characters have never been pulled at all. If there's not a mechanism for member audit to be up to date for relevant characters within some number of hours of an application, we may want to look for an alternative.

— Reply to this email directly, view it on GitHub https://github.com/EVE-University/whctools/issues/17#issuecomment-2190139876, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADLOBQ7SPO7TLUOGVWHVX33ZJHY5HAVCNFSM6AAAAABJ4CP3D6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOJQGEZTSOBXGY . You are receiving this because you commented.Message ID: @.***>

Deadevilgrounds commented 2 weeks ago

Yeah we dont auto pull all the member audit data anymore as it was a huge load on the server when most of the time the data is not used by anyone. For Intake and Progression we have a button to pull the data for that particular client when requested. So we could implement a simular thing for this app, a button to request updated data only if it shows they don't have the skills. No need to pull it when they do have the skills etc

Deadevilgrounds commented 2 weeks ago

Also when a player adds their character, or re-adds it to member audit it will also pull the latest data.

lynkfox commented 9 hours ago

@Deadevilgrounds do you happen to have the code handy for that refresh?