Releases: influenzanet/study-service
Releases · influenzanet/study-service
v1.7.3
v0.16.0
v0.15.0
v0.14.1
v0.14.0: - new expressions
- Adding new study engine expressions
v0.13.5
study timer event
optimizations around Timer event:
- go over participants only if there is a timer releted rule - skip otherwise
- improve log messages
Fix db cursor batch size
- use defined batchsize for predictable fetch and process intervals
- updating dependencies and go mod for go1.15
Permissions for study management
changes in permission rules:
- with ADMIN role, studies can be managed even if not explicitly member of the study
- with ADMIN and RESEARCHER role, data can be accessed without explicitly being a member of the study
-> RESEARCHERs only, still need to be added as study member
These changes are intended to simplify setup for use-cases with "single purpose studies", where a more fine-granular permission setting is not necessary.
Get which profiles are subscribed for study already
Extend api of study service and logic to send back profile ids that are subscribed for the study.