Getting started with django tutorial session
- Python3 installed
- Python 3 Installation
- installing virtualenv
- setting up virtual environment
- installing Django
- Set up django project
- Create first Django application
- Set up application in the main project(settings.py)
- set up template & static folders
- set up header and footer design in index view
- set up views & urls for proposed views
-
set up models for the various tables (i.e including foreign keys)
-
import models to admin view
-
set up django workflow with github actions
- automate database migrations
fieldname datatype username FK=> Users(User) role VarChar(UserGroup) user_id IntegerField fieldname datatype med_name CharField med_id IntegerField(AutoIncrement) manufacturer IntegerField(AutoIncrement) medtype CharField dosage CharField fieldname datatype patient_name CharField(FK Users(User) patient_id IntegerField(FK Users(User_id)) patient_age IntegerField symptom CharField Duration of symptoms IntegerField fieldname datatype patient_name CharField(FK Users(User) patient_id IntegerField(FK Users(User_id)) amount IntegerField payment_id IntegerField(AutoIncrement) fieldname datatype patient_name CharField(FK Users(User) patient_id IntegerField(FK Users(User_id)) staff_name CharField(FK Users(User) staff_id IntegerField(FK Users(User_id)) amount IntegerField payment_id IntegerField(AutoIncrement)
- set up name & password verification
- set up the diferent user groups
- Login/Register
- Dashboard(Patient, Medical Staff)
- Medical Service Request(Symptoms Form -> Patients)
- Make Payments( -> Patients)
- Check Medical service Requests( -> Medical staff)
- Make Prescription based on selected service request(-> Medical staff)
- Patient Dashboard
- display patient name
- display payment history
- display Medical history
- View all prescription with my name (Order by date)
- Medical staff Dashboard
- Display staff name
- display presccription history
- display unattended requests
- Request Medical attention
- Make payment
- Display Payment history
- Display Medical History
- View Medical attention requests
- Make prescription
- Prescriptions history
- spread operator
- destracturing
- hoc
- js mastery
- academind
- james flexbox -> the ninja
- kevin powel