-
Notifications
You must be signed in to change notification settings - Fork 4
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
user consent withdrawal date regression #4361
user consent withdrawal date regression #4361
Commits on Feb 9, 2024
-
refactor patient's QNR/qb_timeline state before & after functionality…
… for better reuse.
Configuration menu - View commit details
-
Copy full SHA for e564927 - Browse repository at this point
Copy the full SHA e564927View commit details -
error in sort on UserContents - need to use id for reliable insertion…
… order - the user of `acceptance_date` assumed the newest date would always be best - that's false logic.
Configuration menu - View commit details
-
Copy full SHA for 352521a - Browse repository at this point
Copy the full SHA 352521aView commit details -
error in sort on UserContents - need to use id for reliable insertion…
… order - the user of `acceptance_date` assumed the newest date would always be best - that's false logic.
Configuration menu - View commit details
-
Copy full SHA for 83b1e66 - Browse repository at this point
Copy the full SHA 83b1e66View commit details -
return to selecting first deleted consent prior to all suspended cons…
…ents, when looking for consent date after user's consent has been suspended (withdrawn)
Configuration menu - View commit details
-
Copy full SHA for c929776 - Browse repository at this point
Copy the full SHA c929776View commit details -
Configuration menu - View commit details
-
Copy full SHA for 806161f - Browse repository at this point
Copy the full SHA 806161fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1bf526 - Browse repository at this point
Copy the full SHA c1bf526View commit details -
Configuration menu - View commit details
-
Copy full SHA for d528f25 - Browse repository at this point
Copy the full SHA d528f25View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab5ba62 - Browse repository at this point
Copy the full SHA ab5ba62View commit details -
reorder migrations for dev/hotfix branching; only insert audit if use…
…r consent deletion resulted in change
Configuration menu - View commit details
-
Copy full SHA for fddb24d - Browse repository at this point
Copy the full SHA fddb24dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 604e817 - Browse repository at this point
Copy the full SHA 604e817View commit details -
adherence report corrected to report "completed" IF the last visit wa…
…s completed prior to withdrawal - was reporting status "withdrawn"
Configuration menu - View commit details
-
Copy full SHA for 7f2f5b6 - Browse repository at this point
Copy the full SHA 7f2f5b6View commit details -
present_before_after_state() now returns additional boolean for quick…
… `any_change_noted` check
Configuration menu - View commit details
-
Copy full SHA for 76f4743 - Browse repository at this point
Copy the full SHA 76f4743View commit details -
for
withdrawn
row in adherence report, include date of withdrawal a……s "completion-date"
Configuration menu - View commit details
-
Copy full SHA for 41f20fc - Browse repository at this point
Copy the full SHA 41f20fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a167cd0 - Browse repository at this point
Copy the full SHA a167cd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2565e5e - Browse repository at this point
Copy the full SHA 2565e5eView commit details -
more details corrected in migration, especially around adherence cach…
…e rebuilds for affected patients
Configuration menu - View commit details
-
Copy full SHA for e7380a6 - Browse repository at this point
Copy the full SHA e7380a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for bef7625 - Browse repository at this point
Copy the full SHA bef7625View commit details
Commits on Mar 5, 2024
-
Adherence to always report withdrawal and completed after (#4363)
Adherence report changes: - always include a row for withdrawal, and use 'completed date' column for date of withdrawal - include completed visits even if they are completed after date of withdrawal qb_timeline changes: - include rows after withdrawal for implementation of the above migration changes: - now that we must rebuild the timeline and adherence data for every withdrawn user, it takes far too long to run and would render the service unavailable until the migration completes. therefore, it only removes the timelines and adherence data for that set of users, and will rebuild when first requested. NB: this PR merges into another branch, such that all may be a single update on the develop branch. --------- Co-authored-by: Justin McReynolds <mcjustin@uw.edu> Co-authored-by: Ivan Cvitkovic <ivanc@uw.edu>
Configuration menu - View commit details
-
Copy full SHA for a6af532 - Browse repository at this point
Copy the full SHA a6af532View commit details