-
Notifications
You must be signed in to change notification settings - Fork 82
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
Codex voucher redemptions are not handled #1888
Comments
Thank you for the hints and the opening of this little problem. |
@richardbuckle @Hoodathunk @GioVAX Are we in agreement that option 1 should be our approach? |
I think option 3 is my preference too (it'll be the cleanest overall and most of the current voucher redeemed scripts already follow similar patterns, but it's also the most disruptive). |
Let's step back and ask ourselves what is the use case of having different event types here? I would say implement (1) right away and then maybe create another ticket to migrate to (3) if we decide that is what we want to do. |
That's just it - I don't really see the use case for having multiple fairly redundant events and swapping to a single event makes it easier to add new voucher redemption options if new voucher types are added in future updates. |
Very well. let's implement (1) and create another ticket to migrate to (3). |
Ticket for option 3 generated, #1980. |
EDDI version in which issue is found
3.7.0
VoiceAttack version in which issue is found (as applicable)
N/A
Steps to reproduce
Expected
EDDI to provide a scripted response for the voucher redemption
Observed
The following is recorded in the log:
Investigation
The "RedeemVoucher" journal entry includes a "Type" property. EDDI currently creates different "voucher redeemed" style events for each "Type" that it supports. It does not currently support a "codex" type and consequently the "codex" type is unhandled.
EDDI/JournalMonitor/JournalMonitor.cs
Lines 2731 to 2750 in f3570f2
We have several options to resolve this:
Codex voucher redeemed
event.The text was updated successfully, but these errors were encountered: