-
Notifications
You must be signed in to change notification settings - Fork 187
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
Migrate anonymization script to react #10654
base: main
Are you sure you want to change the base?
Conversation
...ponents/Tickets/TicketWorkbenches/AnonymizationTicketWorkbenchForWrt/PerformManualChecks.jsx
Outdated
Show resolved
Hide resolved
remove the person's data. | ||
</ListItem> | ||
<ListItem> | ||
For recently competed competitions (Past 1 month), after anonymizing the person's data, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe it's worth mentioning that currently comps older than 3 months are removed automatically from Live?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure about that actually. Is that how it is happening? In that case, we need to do for past 3 months right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup, it was implemented recently.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So that means "Past 1 month" needs to be replaced with "Past 3 months" and in brackets we can mention WCA Live will auto-clear after 3 months, am I right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, you're right
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
app/webpacker/components/Panel/pages/AnonymizationScriptPage/index.jsx
Outdated
Show resolved
Hide resolved
app/webpacker/components/Tickets/TicketWorkbenches/AnonymizationTicketWorkbenchForWrt/index.jsx
Outdated
Show resolved
Hide resolved
854423d
to
5b3fe8c
Compare
ffa78a5
to
db318a9
Compare
db318a9
to
9170f04
Compare
Currently there are two pages of anonymization - one for anonymizing profile (in rails) and another for anonymizing account (in react). This PR merges both to a single react script.