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

Implement all trivial questions for self-report form #11

Closed
4 tasks
Murkantilism opened this issue Apr 30, 2020 · 2 comments
Closed
4 tasks

Implement all trivial questions for self-report form #11

Murkantilism opened this issue Apr 30, 2020 · 2 comments
Labels
enhancement New feature or request Frontend
Milestone

Comments

@Murkantilism
Copy link
Contributor

Murkantilism commented Apr 30, 2020

Description

  • Complete a basic implementation of most questions that are not-hard to implement
  • Note: initial questionnaire is pending finalization, these are questions that I think will certainly be included
  • Note: UI does not need to match storyboards/have high polish

Acceptance Criteria

The following questions are implemented in the order listed:

  • "How are you feeling?" is extended to support 5 options in vertical list format
    • Very Well
    • Well
    • Neutral
    • Unwell
    • Very Unwell
  • Do you have any of these symptoms?
    • Dry cough
    • Wet cough (sputum)
    • Loss of taste
    • Loss of smell
    • Shortness of breath
    • Fatigue
    • Confusion
    • Abdominal pain
    • Chest pain
    • Diarrhea
    • Vomiting
    • Nausea
    • Sore Throat
    • Chills
    • Tightness in chest
    • Rash on feet
    • Headache
    • Other
      • Upon "Other" being clicked, it should become an editable text field (no input validation needed at this time, other than basic string sanitization)
  • How old are you?
    • Under 18
    • 18-24
    • 25-40
    • 40-60
    • 60+
  • What was your sex at birth?
    • Male
    • Female
    • Prefer not to say
@Murkantilism Murkantilism added the enhancement New feature or request label Apr 30, 2020
@Murkantilism Murkantilism added this to the Release 1.1 milestone Apr 30, 2020
@BrennenHodge
Copy link
Member

BrennenHodge commented May 1, 2020

I edited the last question. This is an important question in which XX or XY chromosomes make a big impact on mortality/morbidity with COVID-19.

image

Re: age, for the purpose of details statistics, I think we should just have an open text field asking for their age or year of birth. E.g. "33 years" or "1986."

image

Asking the Age Question in Mail and Online Surveys is research with stats on asking for age in surveys.

@lagph
Copy link
Contributor

lagph commented May 4, 2020

#16

ohitsdoh added a commit that referenced this issue May 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Frontend
Projects
None yet
Development

No branches or pull requests

3 participants