Implement verified curriculum, video review, watch sessions, ledger safeguards, and remove demo data

This commit is contained in:
Hamza-Ayed
2026-09-09 17:04:08 +03:00
parent 0dc5df7b5e
commit 5af684a892
49 changed files with 1809 additions and 3005 deletions
@@ -188,9 +188,9 @@ class TeacherProfileModel {
required this.schoolName,
required this.gradesTaught,
required this.bio,
this.rating = 4.9,
this.studentsCount = 42,
this.lessonsCount = 28,
this.rating = 0,
this.studentsCount = 0,
this.lessonsCount = 0,
});
factory TeacherProfileModel.fromJson(Map<String, dynamic> json) {