-
1
Show Student ID.
-
2
Show GitHub repository and collaborator.
-
3
Download the project from the portal.
-
4
Run the frontend, backend, Celery worker, Redis, and Celery Beat.
-
5
Demonstrate the complete application without skipping any features.
-
6
Show Celery tasks (daily reminders/monthly reports).
-
7
Trigger a scheduled Celery task by changing the schedule to the current time.
-
8
Demonstrate only the implemented backend jobs (if export/email features are missing, explain accordingly).
-
9
What is caching (Redis caching)?
-
10
Why do we use caching?
-
11
What is Celery?
-
12
What is Celery Beat?
-
13
What are asynchronous (async) tasks?
-
14
What are Vue directives?
-
15
Difference between v-if and v-show.
-
16
What is v-model?
-
17
Difference between v-model and v-bind.
-
18
What is binding in Vue?
-
19
What are Props?
-
20
Show only booked appointments on the admin dashboard.
-
21
Show only cancelled bookings.
-
22
Show only confirmed/paid bookings.
-
23
Show only unassigned treks/doctors using filtering.
-
24
Limit the doctor list to display only 2 doctors.
-
25
Move the Navbar to the bottom of the page.
-
26
Move the Footer to the top/Navbar position (swap Navbar and Footer).
-
27
Move the Search Bar to the right side of the page.
-
28
Add a CSS hover effect to an element.