Skip to content

Commit

Permalink
add next generation subjects and systems
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa-binesh committed Oct 5, 2023
1 parent 2f5f843 commit 3914660
Showing 1 changed file with 40 additions and 91 deletions.
131 changes: 40 additions & 91 deletions controllers/dev.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,118 +243,67 @@ func QuestionCorrect(c *fiber.Ctx) error {
}
func MigrateNewSubjects(c *fiber.Ctx) error {
realSubjects := []string{
"Critical Care",
"Fundamentals",
"Leadership and Management",
"Leadership & Management",
"Pharmacology",
"Prometric",
"Saunders",
"Self Assessments",
"Adult Health",
"Child Health",
"Material And Newborn Health",
"Mental Health",
}
realSystems := [][]string{
{
"Critical Care Concepts",
},
{
"Basic care and Comfort",
"Basic Care & Comfort",
"Fluid, Electrolyte, Acid-Base Balance",
"Medication Administration",
"SafetyInfection Control",
"Skills Procedures",
// new next gen

},
{
"Management Concepts",
"Assignment Delegation",
"Ethical Legal",
"Prioritization",
"AssignmentDelegation",
"EthicalLegal",
},
{
"Cardiovascular",
"Immune",
"Psychiatric Medications",
"UrinaryRenal",
},
{
"Analgesics",
"Cardiovascular",
"Endorcine",
"Gastrointestinal Nutrition",
"Hematological Oncological",
"Endocrine",
"GastrointestinalNutrition",
"HematologicalOncological",
"Immune",
"Infection Decease",
"Infectious Disease",
"Integumentary",
"Musculoskeletal",
"Neurologic",
"Psychiatric Medications",
"Reproductive Maternity Newborn",
"Reproductive",
"Respiratory",
"Urinary Renal",
"Visual Auditory",
"UrinaryRenal",
"VisualAuditory",
},
{"Prometric"},
{
"Chapter 8",
"Chapter 9",
"Chapter 10",
"Chapter 11",
"Chapter 12",
"Chapter 13",
"Chapter 14",
"Chapter 15",
"Chapter 16",
"Chapter 17",
"Chapter 18",
"Chapter 19",
"Chapter 20",
"Chapter 21",
"Chapter 22",
"Chapter 23",
"Chapter 24",
"Chapter 25",
"Chapter 26",
"Chapter 27",
"Chapter 28",
"Chapter 29",
"Chapter 30",
"Chapter 31",
"Chapter 32",
"Chapter 33",
"Chapter 34",
"Chapter 35",
"Chapter 36",
"Chapter 37",
"Chapter 38",
"Chapter 39",
"Chapter 40",
"Chapter 41",
"Chapter 42",
"Chapter 43",
"Chapter 44",
"Chapter 45",
"Chapter 46",
"Chapter 47",
"Chapter 48",
"Chapter 48",
"Chapter 49",
"Chapter 50",
"Chapter 50",
"Chapter 51",
"Chapter 52",
"Chapter 53",
"Chapter 54",
"Chapter 55",
"Chapter 56",
"Chapter 57",
"Chapter 58",
"Chapter 59",
"Chapter 60",
"Chapter 61",
"Chapter 62",
"Chapter 63",
"Chapter 64",
"Chapter 65",
"Chapter 66",
"Chapter 67",
"Chapter 68",
"Chapter 69",
"Chapter 70",
"Cardiovascular",
"Endocrine",
"GastrointestinalNutrition",
"Growth & Development",
"HematologicalOncological",
"Immune",
"Integumentary",
"Neurologic",
"Respiratory",
"UrinaryRenal",
}, {
"Antepartum",
"LaborDelivery",
"Newborn",
"Postpartum",
},
{
"Self Assessments 1",
"Self Assessments 2",
"Mental Health Concepts",
},
}
// add real subject and systems
Expand Down

0 comments on commit 3914660

Please sign in to comment.