mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
chore: add todos for later
This commit is contained in:
parent
02a95c42dd
commit
0288e6d88e
4 changed files with 8 additions and 1 deletions
|
|
@ -32,6 +32,8 @@ class CourseInDB(Course):
|
|||
|
||||
class CourseElement(BaseModel):
|
||||
element_id: str
|
||||
content: str
|
||||
content_type: str
|
||||
position: int
|
||||
|
||||
|
||||
|
|
@ -52,6 +54,9 @@ class CourseChapterInDB(CourseChapter):
|
|||
|
||||
#### Classes ####################################################
|
||||
|
||||
# TODO : Add courses photo & cover upload and delete
|
||||
|
||||
|
||||
# Courses
|
||||
|
||||
async def get_course(course_id: str, current_user: User):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue