-
Notifications
You must be signed in to change notification settings - Fork 21
Add an option to export scores from reset accounts #219
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
base: develop
Are you sure you want to change the base?
Conversation
|
|
At the moment, this option, if turned on, outputs only the accounts from reset accounts and ignores If I understand correctly, you'd prefer this to add extra scores to scores from active accounts? If so, I agree that a name like As for |
|
I see, thanks for the clarification. In this context, |
|
Could you also pass Line 140 in 52cbfd3
|
|
I still don't understand how this line works: Won't it select only retired items? |
Yes, it will select only retired items. It's a bad name for this param. Now I see where the confusion comes from. Thanks for noticing! |
This PR adds an option to do
ExportSystemScoresToCSV --reset-accounts-onlyto export scores from the reset accounts.@AppraiseDev/core-team