Skip to content

Latest commit

Β 

History

History
35 lines (23 loc) Β· 880 Bytes

File metadata and controls

35 lines (23 loc) Β· 880 Bytes

ToDo

## 27/2/2025
    ### Course
        - [x] Make GetInstructorCourses action 

    ### Lesson
        - [x] Make GetCourseLessons action 
        - [x] Show Course Lessons and progresses in GetCourses action   [Take a look πŸ‘]

    ### Enrollment
        - [x] Make Enroll Course action   [Take a look πŸ‘]

## 28/2/2025
    ### Quiz
        

    ### 

Features

- [] AutoMapper
    Use AfterMap in AutoMapperProfiles instead this
        var lesson = _mapper.Map<Lesson>(lessonCreateDto);
        course.ThumbnailUrl = imageUrl;
        course.VideoUrl = videoUrl;

- [] Why Still using Enum in Register [0 for admin - 1 for student - ...]

- [] Add Chapters of lessons to DB ???

Bugs

    - [x] Register Errors because Profile Picture
    - [] Progress Create and Read Errors