8000 GitHub - Quinny/drchrono: A django app made for the drchrono interview process
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Quinny/drchrono

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dr. Chrono API Project

A small django application created using the Dr. Chrono API.

Allows doctors to wish their patients happy birthday.

Design Decisions

Patient info is not stored

Since doctors would most likely only be looking at this page once or twice a day, I decided not store patient info in the database. Instead I request the info from the API each time. This insures that the data is always up-to-date without the added headache of having to keep my database synced with the information that the API is providing.

Email bodies are not auto generated

I hate getting auto generated emails, and you probably do too. The main reason a doctor would be using this app is to connect better with their patients, and so I believe that they should write the emails themselves to give it a better feel.

Make Reminders If we have no contact info

Doctors probably want at least one way to contact their patients, so I added a check where if the patients do not have any contact information, the doctor can make a reminder to ask them on their next visit. They can also use this opportunity to wish them a belated birthday.

Requirements

  • Django 1.8.4
  • Requests 2.5.3

About

A django app made for the drchrono interview process

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0