globaldothealth / list

Repository for Global.health: a data science initiative to enable rapid sharing of trusted and open public health data to advance the response to infectious diseases.
MIT License
39 stars 7 forks source link

Add more details in line list view #1283

Closed Mougk closed 3 years ago

Mougk commented 4 years ago

Based on UX research more detail on line list cases was desired:

Screenshot 2020-09-30 at 11 49 11

Suggestion: add latitude and longitude, add detail on hospitalisation date, date of symptom onset.

allysonjp715 commented 4 years ago

There was also a suggestion to give the user the ability to add/remove columns as they see fit. This will need UX guidance though.

Mougk commented 4 years ago

Great, @katelynnobrien may be able to help with UX post fellowship. For now, any comment from @acansler and @shroothless would be good!

allysonjp715 commented 4 years ago

Comments from @acansler in #1290

WeronikaMichaluk commented 3 years ago

Information from Chris: We would like to add the following columns:

  1. latitude location.geometry.latitude
  2. longitude location.geometry.longitude
  3. hospitalization date events a. where name = hospitalAdmission
  4. date of symptom onset events a. where name = onsetSymptoms

The last two will not be present for every record. Some sort of N/A or blank may be displayed where those are not present.

Placement of columns After country so it is grouped with other geographic info:

1.latitude location.geometry.latitude 2.longitude location.geometry.longitude

After outcome: (where are 2 empty columns) They might be empty for some of the cases.

  1. hospitalization date events a. where name = hospitalAdmission
  2. date of symptom onset events a.where name = onsetSymptoms