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

Feat/monitoring check list #640

Open
wants to merge 36 commits into
base: dev
Choose a base branch
from
Open

Conversation

rajuAhmed1705
Copy link

Features and fixes:

  • New participant dropout logic: is_deleted equals true and last_acitivity > constant value (7 days?)
  • Intervention is only completed, if all tasks have been completed (add tooltip to column heading)
  • Fix sort function for table
  • Tooltip in the intervention completed section
  • added details in the participant view
  • added legend

@github-actions github-actions bot added dependencies Pull requests that update a dependency file core designer_v2 labels Jun 9, 2024
Copy link

github-actions bot commented Jun 9, 2024

Visit the preview URL for this PR (updated for commit 920328e):

(expires Sat, 29 Jun 2024 00:05:18 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 2149dad49ed83535217e50d5c18c0c8c90da629b

designer_v2/lib/domain/study_monitoring.dart Outdated Show resolved Hide resolved
designer_v2/lib/features/monitor/study_monitor_table.dart Outdated Show resolved Hide resolved
designer_v2/lib/domain/study_monitoring.dart Outdated Show resolved Hide resolved
designer_v2/lib/domain/study_monitoring.dart Outdated Show resolved Hide resolved
designer_v2/lib/localization/app_en.arb Outdated Show resolved Hide resolved
designer_v2/lib/localization/app_de.arb Outdated Show resolved Hide resolved
@johannesvedder
Copy link
Contributor

johannesvedder commented Jun 13, 2024

New categories for monitoring bar:

  • Active
  • Inactive (no participation for more than 3 days in a row)
  • Dropout (finished the study, i.e. study start date + study duration > now AND not have entered data 5 days in a row OR soft dropout)
  • Completed
    -> Participants can revert from an inactive state to active again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core dependencies Pull requests that update a dependency file designer_v2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants