-
Notifications
You must be signed in to change notification settings - Fork 5
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
at pepper migration fixes #1479
base: development
Are you sure you want to change the base?
Conversation
) | ||
.bind("ppUserId", ppUserId) | ||
.bind("activityStableId", activityStableId) | ||
.bind("studyEnvironmentId", studyEnvironmentId) | ||
.bind("completedAt", Timestamp.from(completedAt)) | ||
.bind("createdAt", Timestamp.from(createdAt)) |
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 cannot remember why I was matching tasks on complete time and not creation time. It makes it more robust to incomplete surveys this way - I can't seem to remember why I thought that restriction was good (if I did)
|
DESCRIPTION (include screenshots, and mobile screenshots for participant UX)
once a-t is all finished up, I'll merge this.
TO TEST: (simple manual steps for confirming core behavior -- used for pre-release checks)