Skip to content

Instantly share code, notes, and snippets.

@mikedolan03
Created July 31, 2018 20:01
Show Gist options
  • Save mikedolan03/7907c3c721c9c9f5281f35cc55dbd19b to your computer and use it in GitHub Desktop.
Save mikedolan03/7907c3c721c9c9f5281f35cc55dbd19b to your computer and use it in GitHub Desktop.

Users: Brian, brother and Jenny, wife

Both liked the style and color pallete. They found the adding of data was not too difficult.

Brian noticed that his symptoms weren't refreshing after adding. Two things could be causing the issue. One, I was basing the symptom list on 'recent' symptoms but using the days pulled by the user query as my data set. So if today's date is not part of the search, you wouldn't see the update. I changed this feature to mirror the Food Lists showing today's food list. The other issue that is difficult to solve is the dates on the server vs user computer seem to not always match up. Because of javascript's date format is not always accurate, I tried to address this using the moment.js library and looked into format warnings but I think the bug persists.

Brian thought the chart and widgets were cool features to look at.

Jenny took a little more time to get comfortable with the buttons. I ended up shift around some of the buttons to make them clearer and got rid of an additional symptom button that was unclear and cluttered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment