symptomatic is a symptoms tracker/manager for people living with a chronic illness.
Sends a daily email reminder which the user replies to with the symptoms they are experiencing. The app keeps track of the symptoms and provides an interface which the user can view stats/summary of their symtoms.
Currently @ http://symptoms.herokuapp.com/
To run on localhost:
python route.py
The following environment variables need to be set (ask me for a launsher shell script):
- API_SECRET_KEY
- CONSUMER_KEY
- CONSUMER_SECRET
- MAILGUN_APIKEY
- MAILGUN_LOGIN
- MAILGUN_PASSWORD
- MAILGUN_USERNAME
- SECRET
TODO:
- Settings page
- Texting capability (to prompt user to submit symptoms)
- Alternative authentication method (either OpenID or Mozilla Persona)
- Add HTML forms in the email. Include a section for symtpoms and one for special events that day that might have triggered a symptom e.g. Yoga or Exam more info here
- Add smarter email parsing also an option to specify the location of pain/numbness
- Use WTForms