-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconstant.ts
More file actions
265 lines (245 loc) · 7.45 KB
/
constant.ts
File metadata and controls
265 lines (245 loc) · 7.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
export const BASE_URL = `/api`;
export const DOMAIN='https://disciplinexin.vercel.app'
export const LOGO = "";
export const DUMMY_STUDENT_ID = `66a923aed671d71cd08f5322`;
export const DUMMY_USER_ID = `66a9208cd671d71cd08f5311`;
export const authenticatedLinks = [
{ name: "Home", link: "/", icon: "house", isActive: true },
{ name: "X", link: "/shield", icon: "shieldCheck", isActive: true },
{ name: "Profile", link: "/profile", icon: "user", isActive: true },
{ name: "BetterMe", link: "/betterme", icon: "zap", isActive: true },
];
export const notAuthenticatedLinks = [
{ name: "Home", link: "/", icon: "house", isActive: true },
{ name: "Login", link: "/login", icon: "login", isActive: true },
];
export const FineItems = [
{
id: "1",
label: "No Uniform",
value: "50",
},
{
id: "2",
label: "Misbehave in campus",
value: "60",
},
{
id: "3",
label: "Found Narcotic substances",
value: "100",
},
{
id: "4",
label: "No shoe/tie/i-card",
value: "25",
},
{
id: "5",
label: "Long hairs",
value: "40",
},
{
id: "6",
label: "no shoe",
value: "80",
},
] ;
export const HomeInfoList =[
{
heading:'Welcome to DisciplineX',
subHeading:'Your partner in promoting discipline among students through digital means',
imageUrl :'/images/fine.gif' ,
},
{
heading:'What We Do',
subHeading:'We help institutions maintain discipline among students through innovative digital tools',
imageUrl :'/images/img2.png' ,
icon : 'FaBullseye',
},
{
heading:"Who We Are",
subHeading:"DisciplineX is a dedicated team of educators and technologists working together to install discipline in students",
imageUrl:"/images/img3.png",
icon : 'FaUserTie'
},
{
heading:"Our Goal",
subHeading:"Our goal is to highlight the value of discipline and habits in students lives and support its development through digital mediums",
imageUrl:"/images/logo.jpeg",
icon : 'FaBullseye',
},
{
heading:"Helping Institution",
subHeading:" We assist schools in implementing discipline policies effectively and efficiently using our platform. Institutions can track and manage student behavior, ensuring a learning environment",
imageUrl:"/images/img4.png",
icon :'FaSchool',
}
]
export const BadgeList = [
// IT
{ id: 1, name: "Artificial Intelligence" },
{ id: 2, name: "Edge Computing" },
{ id: 3, name: "Blockchain" },
{ id: 4, name: "JavaScript" },
{ id: 5, name: "Cybersecurity" },
{ id: 6, name: "Cloud Computing" },
{ id: 7, name: "Data Science" },
{ id: 8, name: "DevOps" },
// Self-Help and Life Improvement
{ id: 57, name: "Time Management" },
{ id: 58, name: "Goal Setting" },
{ id: 59, name: "Mindfulness" },
{ id: 60, name: "Stress Management" },
{ id: 61, name: "Emotional Intelligence" },
{ id: 62, name: "Personal Finance" },
{ id: 63, name: "Self-Discipline" },
{ id: 64, name: "Motivation" },
// Books and Literature
{ id: 71, name: "Books on Discipline Setting" },
{ id: 65, name: "Time Management Books" },
{ id: 66, name: "Personal Development Books" },
{ id: 67, name: "Motivational Books" },
{ id: 68, name: "Financial Advice Books" },
{ id: 69, name: "Mindfulness Books" },
{ id: 70, name: "Books on Emotional Intelligence" },
{ id: 72, name: "Books on Stress Management" },
// International Updates
{ id: 49, name: "Global News" },
{ id: 50, name: "International Relations" },
{ id: 51, name: "Geopolitics" },
{ id: 52, name: "Economic Updates" },
{ id: 53, name: "Global Health" },
{ id: 54, name: "International Trade" },
{ id: 55, name: "Climate Change" },
{ id: 56, name: "Human Rights" },
// Educational
{ id: 41, name: "E-learning" },
{ id: 42, name: "EdTech" },
{ id: 43, name: "STEM Education" },
{ id: 44, name: "Online Courses" },
{ id: 45, name: "Educational Psychology" },
{ id: 46, name: "Curriculum Development" },
{ id: 47, name: "Higher Education" },
{ id: 48, name: "Teaching Methods" },
// Spirituality
{ id: 73, name: "Meditation" },
{ id: 74, name: "Yoga" },
{ id: 75, name: "Mindfulness Practices" },
{ id: 76, name: "Spiritual Growth" },
{ id: 77, name: "Holistic Health" },
{ id: 78, name: "Wellness" },
{ id: 79, name: "Gratitude" },
{ id: 80, name: "Positive Thinking" },
// Life Skills
{ id: 81, name: "Communication Skills" },
{ id: 82, name: "Critical Thinking" },
{ id: 83, name: "Problem-Solving" },
{ id: 84, name: "Leadership" },
{ id: 85, name: "Teamwork" },
{ id: 86, name: "Public Speaking" },
{ id: 87, name: "Adaptability" },
{ id: 88, name: "Networking" },
// Academic and Study Skills
{ id: 89, name: "Study Techniques" },
{ id: 90, name: "Note-Taking" },
{ id: 91, name: "Test Preparation" },
{ id: 92, name: "Research Skills" },
{ id: 93, name: "Writing Skills" },
{ id: 94, name: "Reading Comprehension" },
{ id: 95, name: "Memory Improvement" },
{ id: 96, name: "Focus and Concentration" },
// Blogging
{ id: 9, name: "SEO" },
{ id: 10, name: "Content Marketing" },
{ id: 11, name: "Affiliate Marketing" },
{ id: 12, name: "Social Media Marketing" },
{ id: 13, name: "Copywriting" },
{ id: 14, name: "Guest Blogging" },
{ id: 15, name: "Email Marketing" },
{ id: 16, name: "Blogs" },
// Healthcare
{ id: 17, name: "Telemedicine" },
{ id: 18, name: "Mental Health" },
{ id: 19, name: "Personalized Medicine" },
{ id: 20, name: "Health Tech" },
{ id: 21, name: "Wearable Health Devices" },
{ id: 22, name: "Medical Research" },
{ id: 24, name: "Fitness and Wellness" },
// Chemical
{ id: 25, name: "Biotechnology" },
{ id: 26, name: "Pharmaceuticals" },
] ;
export const fineReasons = [
"No uniform",
"Late to class",
"Class skipping",
"Disrespecting staff",
"Property damage",
"Restricted parking",
"Phone use in class",
"Late assignment",
"Unauthorized access",
"Smoking on campus",
"Littering",
"Dress code violation",
"Unauthorized gatherings",
"Loud music in dorms",
"Vandalism",
"Missing events",
"Abusive language",
"Cheating",
"Library misuse",
"Late book return",
"Fighting",
"Hostel rule violation",
"Computer misuse",
"Unauthorized flyers",
"Bunking classes",
"Lab misuse",
"Unauthorized parties",
"Leaving campus without permission",
"Harassment",
"Excessive noise in dorms",
"Unauthorized facility use",
"Pets on campus",
"Late registration",
"Social media misuse",
"Ignoring health protocols",
"Missing training sessions",
"Leaving belongings in shared spaces",
"Guest policy violation",
"ID misrepresentation",
"Missing orientation",
"Plagiarism",
"Unauthorized fundraising",
"Disrupting events",
"Lab safety violations",
"Fire safety neglect",
"Equipment tampering",
"Incomplete exit procedures",
"Transportation misuse",
"Not reporting bullying",
"Eating in restricted areas",
"Leaving lights on",
"Equipment misuse",
"ID not visible",
"Ignoring recycling rules",
"Unauthorized room use",
"Long equipment use",
"Not reporting lost ID",
"Not cleaning up",
"Ignoring quiet hours",
"Entering off-limits areas",
"Using others' resources",
"Missing club deadlines",
"Group project disruption",
"Fire drill negligence",
"Outside food in class",
"Improper dress at events",
"Using college logo improperly",
"Social media policy violation",
"Ignoring student org guidelines",
"Missing advising sessions",
"Ignoring screening requirements",
] as const;