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

Indicate if data shown in a tile is very old #345

Open
zestyping opened this issue Jun 25, 2019 · 0 comments
Open

Indicate if data shown in a tile is very old #345

zestyping opened this issue Jun 25, 2019 · 0 comments
Labels
feature New or improved functionality P1 Broken core functionality / Required feature

Comments

@zestyping
Copy link
Contributor

As background, please read:

  • The wiki page "Profiles" for details on the layout of the CSV file and the chart screen.

The tiles shown at the top of the patient chart are defined in the profile, and the HTML for their display is generated in chart.html. Right now, each tile shows the latest observation for its concept. However, the observation could be arbitrarily old, and this would be misleading to medics if, say, the patient's pulse is from last week.

To solve this, we need to:

  • Provide the chart Pebble template with access to the timestamp of the tile observations

  • Configure the length of time considered "old" for each tile concept

  • Apply a CSS class to the tile when the observation is considered old

  • Add some text or an indicator to the tile when the observation is considered old

@zestyping zestyping added feature New or improved functionality P2 Issues not fitting P0, P1, or P3 P1 Broken core functionality / Required feature and removed P2 Issues not fitting P0, P1, or P3 labels Jun 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New or improved functionality P1 Broken core functionality / Required feature
Projects
None yet
Development

No branches or pull requests

1 participant