added some new features. (Showing student's reviews and courses, Show course reviews, Show Top Courses with a tag or in a category, skipping optional fields when creating entity)

This commit is contained in:
Hosein
2026-01-08 10:13:25 +03:30
parent caac6c3a08
commit 45138bb234
10 changed files with 314 additions and 37 deletions
+3
View File
@@ -1,6 +1,9 @@
from . import students, teachers, courses, tags, categories
from bot.handlers.start import startMarkup
# TODO: Create a new entity for Reviews (Change The Corresponding codes from courses and students to use that)
# TODO: Add Option for handling all updates at once.
def register_all_callbacks(bot):
"""Register all callback handlers"""