Skip to content

Commit

Permalink
Docs(README.md): Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur-Poffo committed Feb 7, 2024
1 parent 6aae7c3 commit 89078de
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,17 @@
- [x] Return information of an instructor with their courses.

- [x] Return information about a course.
- [x] Return information about a course with its modules and classes.
- [ ] Return information about a course with its modules.
- [x] Classes and modules must have a field informing their position, e.g. this class is number one, so this is the first class of the course.

- [x] Students can "enroll" to participate in the course.
- [ ] Return information about a course with its students. - Make it work after creating Enrollment entity
- [x] Return information about a course with its students.
- [ ] Return information about a course with student progress in your classes and modules.
- [ ] Students can mark classes as completed.
- [ ] Return information about a student with the courses they are enrolled in.
- [ ] Mark modules as completed after the student views all its classes.
- [ ] After completing a course, the student can issue a certificate.
- [ ] After completing all modules of a course, that course for a student should be marked as completed.
- [ ] After completing a course, the student can issue a certificate.

- [ ] It should be possible to filter courses by name or "tags."
- [ ] Students can evaluate a particular course they are taking with a rating from 1 to 5 to later have an average rating for each course.
Expand Down

0 comments on commit 89078de

Please sign in to comment.