Skip to content

added documentation for preview #1

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

riyadesale9
Copy link
Contributor

No description provided.

@riyadesale9 riyadesale9 requested a review from lnocera October 20, 2024 02:25
This document is for the preview of W4H toolkit. W4H Toolkit is an ecosystem that covers most of the common features needed when using wearables in a clinical study or or trial. As studies can have very different requirements, W4H toolkit is designed to be flexible and incrementally adoptable. This toolkit provides the following components:


**Dashboard** : An intuitive interface that offers data input forms and visual analytics tools.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just say what it is not stuff that ChatGPT suggests!

Look at the ICDE demo video/paper (Samrit knows ask in Slack). You want to write something like this:

  • Streamlit dashboard featuring:
    • Import data
    • ...
  • Database supporting GeoMTS
  • Notebooks:
    • Compliance notebooks in pandas/PySpark

@@ -0,0 +1,79 @@
# W4H-Preview
## Introduction
This document is for the preview of W4H toolkit. W4H Toolkit is an ecosystem that covers most of the common features needed when using wearables in a clinical study or or trial. As studies can have very different requirements, W4H toolkit is designed to be flexible and incrementally adoptable. This toolkit provides the following components:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is about the container. Just say what it is and how to get it.

W4H Toolkit Preview

This is a preview of the Wearables for Health (W4H) Toolkit. To run the preview:

  • Get Docker...
  • Install...

Then explain what it contains with links to the dashboard, notebooks, database etc.

@@ -0,0 +1,79 @@
# W4H-Preview
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move this all thing in the main README.md Then explain at the end that the rest of documentation is work in progress.

docker run -e POSTGRES_DB=postgres -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgres -p 8501:8501 -p 5432:5432 -p 8888:8888 --user root -v $(pwd):/app usc-imsc:w4h-toolkit-preview
```

## Accessing the Dashboard
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all this is very good but we just want a top-level list with each item basic information, links, what it does like for the dashboard link to home allows to do x, link to import allows to do y, ... again this should be in the demo and paper.

@riyadesale9
Copy link
Contributor Author

Please let me know if I should include information about the following:

  1. Detailed steps to install Docker for Linux, MacOS & Windows
  2. StreamSim & python APIs like pyGarminAPI, pyFitbitAPI, pyAppleWatchAP
  3. Details about what the notebooks do

@riyadesale9 riyadesale9 requested a review from lnocera October 27, 2024 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants