SBE306: Project
Objectives
- Learn Front end technologies (HTML,CSS,JS).
- Learn Python Flask Web MicroFramwork.
- Hospital Information Systems(HIS).
Deadline
Deadline for online submission will be on Thurusday 24/12/2019 11:59 PM
Joining to Assignment Repository
This is a group assignment
- Go to the Project Page.
- Accept the project.
- Open the link and Clone repository.
Required
Main Requirements
- Choose a hospital department (eg. Radiology, Emergency, HemoDialysis,…etc)
- Build a full stack web application fot that department
- Design implementation left for your design but the application should be a dynamic as much as you can.
Specific Requirements
- different users can use the application and each category can do different stuff (eg. Doctors, Patients, Admin, ..etc)
- The application should use static files, file uploads (eg. patients scans)
- user sign up and sign in forms
- use responsive theme (eg. Bootstrap) as the application will be assessed from mobile view.
- Synchronize the application with google calender or any calender for doctors.
- contact us forms for any complains or special request
- statistical analysis for the admin entry
Important Notes
- You are allowed to discuss task problems with your mates. But code must be on your own.
- You can get code lines from internet and include them in your own code and you must cite the source.
- Sharing few code lines of your own with your classmates is allowed for identifying and fixing bugs, it is not allowed to see others solution before submitting.
- You must mention any kind of contribution of other mates.
Submitting
$ git commit -a -m "final submission!"
$ git push origin master