-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information
1 parent
bef7625
commit a6af532
Showing
18 changed files
with
337 additions
and
271 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import redis | ||
|
||
def create_redis(url): | ||
return redis.Redis.from_url(url) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.