-
Notifications
You must be signed in to change notification settings - Fork 13
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
(fix) Added start date to cohort payload #78
base: main
Are you sure you want to change the base?
Conversation
* (feat) Add session and cohort identifiers for group sessions) * (chore) session identifiers refactor
startDate: startDate, | ||
cohortMembers: patientList.map((p) => ({ | ||
patient: p.uuid, | ||
startDate: startDate, |
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.
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 don't love defaulting this to the current date. This should probably be something the user can edit when adding a member to the group.
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.
Does that sound reasonable, @icrc-psousa?
* (chore)Migrate to newer transifex version * Add `resource_name` --------- Co-authored-by: Dennis Kigen <[email protected]>
* Patient sorting by name * Fixed session patient list toggle issue * Removed unnecessary div tag * Use name instead of deprecated extensionSlotName property * Adjusted AttendanceTable rendering to prevent undefined patient issues * Fixed AttendanceTable * Added cleanup function to SortedPatientLists effect * Consider only patient name and not id when sorting * Refactored patient list ordering * Removed unnecessary sort on reducer
…cohort-start-date
Requirements
Summary
Screenshots
Related Issue
Other