-
Notifications
You must be signed in to change notification settings - Fork 2
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
Count contributions prior to user joining event #202
Conversation
fc50c1f
to
eaab479
Compare
eaab479
to
649b9ba
Compare
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.
Works well! I took the liberty to add fb3ddfc as it verifies that translations added before the event are not added retroactively.
Apologies, you already had a translation before the event started but it was made ineffective by my other suggestion to just create the event in the past. Fixed it now. |
Co-authored-by: Alex Kirk <[email protected]>
Thanks for removing the |
In the |
Co-authored-by: Alex Kirk <[email protected]>
Co-authored-by: Alex Kirk <[email protected]>
Co-authored-by: Alex Kirk <[email protected]>
Fix #161
Summary of changes
Stats
namespaceis_active()
andis_past()
methods toEvent
Stats_Importer
for importing statsStats_Importer::import_for_user_and_event( $user_id, $event_id )
import_for_user_and_event()
Testing instructions