Closed mome-borogove closed 4 months ago
how do you click more than one action?
from this page?
all those buttons should reload the page directly and you shouldnt be able to click more than one action?
and on the rejection page, i am not able to duplicate this bug. Can you provide more information?
(I am suspecting however theyre may have been a database corruption issue here with somehow it getting more than one of the same entry)
how do you click more than one action? all those buttons should reload the page directly and you shouldnt be able to click more than one action?
"reload the page" is a 20-30 second operation. During this time, every part of the interface is active and sends commands which are received by the backend as normal. For the applications tab, if there's six characters, you can easily click a dozen or more buttons. This is actually really useful on the cooldown reset page, since you can reset every character at once. Otherwise, resetting my alts takes 6-7 minutes. It's painful.
Can you provide more information? I suspect it's due to issuing multiple commands that have conflicting outcomes. You're testing with a single character. Try a couple alts, then accept and reject several at a time.
If the answer is "wait for the page to reload", I guess that's fine. But the load time would need to be at least 10x faster.
Good to know that makes more sense.
I've already started work on breaking up the page (right now all the staff pages are technically one page) and that will help.
I've got some other plans for optimization
On Mon, Jun 24, 2024, 1:52 PM mome-borogove @.***> wrote:
how do you click more than one action? all those buttons should reload the page directly and you shouldnt be able to click more than one action?
"reload the page" is a 20-30 second operation. During this time, every part of the interface is active and sends commands which are received by the backend as normal. For the applications tab, if there's six characters, you can easily click a dozen or more buttons. This is actually really useful on the cooldown reset page, since you can reset every character at once. Otherwise, resetting my alts takes 6-7 minutes. It's painful.
Can you provide more information? I suspect it's due to issuing multiple commands that have conflicting outcomes. You're testing with a single character. Try a couple alts, then accept and reject several at a time.
If the answer is "wait for the page to reload", I guess that's fine. But the load time would need to be at least 10x faster.
— Reply to this email directly, view it on GitHub https://github.com/EVE-University/whctools/issues/10#issuecomment-2187105017, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADLOBQ6SXYKXX7R7MXYWRJ3ZJBMFJAVCNFSM6AAAAABJXZ5J72VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBXGEYDKMBRG4 . You are receiving this because you commented.Message ID: @.***>
should have this (and the 20-30 second load time) fixed in the current version im working on.
Can't repro this, and it's a hell of a lot harder to set up the conditions which it required, too. Considering it closed.
Trigger: when on the applications tab, clicking more than one action causes a crash (presumably---it could technically be something else, I suppose)