Skip to content

Commit

Permalink
⚡ Update kulliyyah information
Browse files Browse the repository at this point in the history
And add some documentation
  • Loading branch information
iqfareez committed Aug 8, 2024
1 parent 6c4f3b5 commit aa229bd
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions lib/shared/utils/kulliyyahs.dart
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ class Kuliyyahs {
),
Kuliyyah(
code: "KLM",
fullName: "Kulliyyah of Languages and Management",
shortName: "KLM",
fullName: "Kulliyyah of Sustainable Tourism and Contemporary Languages",
shortName: "KSTCL KLM",
),
Kuliyyah(
code: "KAHS",
Expand All @@ -84,6 +84,11 @@ class Kuliyyahs {
fullName: "Kulliyyah of Pharmacy",
shortName: "KOP",
),
// Kuliyyah(
// code: "PLNET",
// fullName: "Planetary Survival For Sustainable Well-Being",
// shortName: "Planetary",
// ),
Kuliyyah(
code: "KOS",
fullName: "Kulliyyah of Science",
Expand All @@ -108,7 +113,14 @@ class Kuliyyahs {
}

class Kuliyyah {
String code, fullName, shortName;
/// Code used for Kulliyyah in Albiruni request
String code;

/// Full name of the kulliyyah
String fullName,

/// Kulliyyah name is shortform
shortName;

Kuliyyah({
required this.code,
Expand Down

0 comments on commit aa229bd

Please sign in to comment.