someshkar/covid19india-cluster

Female placed as the default gender; Create a new gender representing missing info/third gender

Open

#203 创建于 2020年4月2日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)JavaScript (991 star) (666 fork)batch import
enhancementgood first issue

描述

Describe the bug In the raw database, genders of some patients is missing, and the same is reflected in the cluster by displaying it as female. Also, it may not be possible for the crowd-sourced data to get gender of all the patients. Also, it gives wrong visualization inference, that more females are infected by the virus.

To Reproduce Steps to reproduce the behavior:

  1. Go to COVID-19 crowd-sourced database.
  2. Note down the patient number(s) with missing gender.
  3. Go to COVID-19 cluster.
  4. Search for the noted patient number(s).
  5. See error.(Gender misrepresentation)

Expected behavior It's expected that if the gender is unknown, a grey ? clip-art maybe shown with 'N/A' in the gender field to compensate for the missing information.

Screenshots graphGndr rawDatGndr

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser Chrome
  • Version 80.0.3987.149 (Official Build) (64-bit)

Additional context Also a third gender can be added as "others", beside "N/A".

贡献者指南