Skip to content
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

Draft
wants to merge 10 commits into
base: development
Choose a base branch
from
Draft

Conversation

connorlbark
Copy link
Collaborator

@connorlbark connorlbark commented Feb 14, 2025

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)

)
.bind("ppUserId", ppUserId)
.bind("activityStableId", activityStableId)
.bind("studyEnvironmentId", studyEnvironmentId)
.bind("completedAt", Timestamp.from(completedAt))
.bind("createdAt", Timestamp.from(createdAt))
Copy link
Collaborator Author

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant