Add Attendance OCR to track event participation and stats from in-game screenshots#91
Open
justncodes wants to merge 3 commits into
Open
Add Attendance OCR to track event participation and stats from in-game screenshots#91justncodes wants to merge 3 commits into
justncodes wants to merge 3 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Attendance OCR
Logging who took part in an event (and how much they contributed) currently means reading screenshots by eye and entering everything into attendance, which is tedious. This adds a channel where members simply upload screenshots from the relevant event, and the bot reads the names and numbers off the image, matches them to the alliance roster, and lets you record the attendance results and scores with minimal effort.
As a bonus from being able to read in screenshots, we can now track player power - both Power and Combat Power - from the respective screenshots. Supporting improvements to the attendance, registration, and member-management flows are added too, including Discord ID tracking.
What it reads
You upload the in-game event mail screenshots - the sign-up list and/or the post-battle results - for:
How it works
No more manual entry.
Still to do, possibly before merge