DHS is a lightweight digital health management system application that helps hospitals collect medical data of their users (patients), book appointment, analyse and visualize the data to make a critical suggestion and assumption that leads to a solution.
The project is a full fledged application with a robust documentation on project requirements and all necessary details.
The document can be found here...
In the document folder you would find 3 files...
- Overview → gives an overview of what a Digital Health Management System is and it features.
- Features Implementation → documents actionable implementation details of features with routing.
- Weekly Task → Describes what should be done.
For this week you are expected to implement the following features
- Setup Continuous Integration using any platform of your choice e.g Github Action, Circle Ci, Travis CI etc (Github action is most preferred) (3 hrs)
- Setup Continuous Deployment using any platform of your choice e.g AWS, Digital Ocean, Heroku(most preferred) etc. (4 hrs)
- Create an ERD diagram for the app (2 hrs)
- Authentication System using Django User (2 days)
- Booking Service (2 days)
- Dashboard and charts (2 days)
- Understanding specifications and asking timely questions where necessary.
- Make use of Github project management tool to assign tasks, organize workflow and measure performance.
- Breaking down large tasks into the small chunks of work.
- Follow the github branching workflow convention.
- Code style must use PEP8 style guide coding convention.