StanfordSpezi / .github

Stanford Spezi
1 stars 2 forks source link

Active Tasks Module #24

Open PSchmiedmayer opened 1 year ago

PSchmiedmayer commented 1 year ago

Problem

Active tasks like the "The 6-min-walk test (6MWT) is a validated proxy for frailty and a predictor of clinical outcomes, yet is not widely used due to implementation challenge" [Reliability and repeatability of a smartphone-based 6-min walk test as a patient-centred outcome measure]. The validated measure is needed in different Spezi-based applications and should be implemented as a reusable module.

Solution

We propose the creation of a reusable module, encapsulating the functionality of active taks, starting with the 6-min-walk test in a reusable package. The module should offer an option to incorporate the module in an application using an API or a UI component that uses the API under the surface.

Code of Conduct

vishnuravi commented 1 year ago

Since this is a ResearchKit Active Task, should we just create a single module that can house all the Active Tasks and deal with their output?

PSchmiedmayer commented 1 year ago

Sure, that sounds like a good idea!