Flaredown
Flaredown copied to clipboard
Flaredown web app and API
> When I forget to fill in my checkup the previous day and I fill it in a day later, afterwards, I’m not able to start a checkup for the...
Update http://flaredown.com/data This sentence is outdated- we are split between heroku and mongocloud now. Still true that there's no connection between PII and PHI tho > All Flaredown data containing...
Another related bug reported: > I just downloaded Flaredown, and as I was adding in my symptoms for the day, I noticed that there was no way to add the...
> The condition section appears when starting a new check in. Once I move to another section, there is no way to come back to conditions. It occurres since the...
user report: https://mail.google.com/mail/u/0/#inbox/FMfcgzGlkjfszCMfpZQJMNjdQXTWMtTj > I am trying to graph my inputs to determine patterns, but the line graphs do not show up under the pattern function. A I doing something...
It would be very helpful for me to have a trigger section in the check in (alongside symptons & treatments). So that I could rate from 0 to 4: how...
To fix this, re-add fallback to english for missing translations Code I ran to fix this for one "de" user ``` user.checkins.last.symptoms.map { |x| Symptom::Translation.find_by(symptom_id: x.symptom_id).name } # ["HWS", "Hände",...
I have noticed this in staging: when I enter a zip code for 19013, I get a city in Italy, and when I enter zip code 10001 it comes back...
When a user clicks an unread notification, the response (when updating the notification) is a 500: https://gist.github.com/codemonium/51bd5a7c48bda71e146aace901f55d05 It is possible to reproduce this error on commit https://github.com/rubyforgood/Flaredown/commit/867c984ed8472ab4e10bad966e0d3d80bb418b40, even before any...