pipalacademy / riyaz

A light-weight, self-hostable learning platform.
MIT License
2 stars 0 forks source link

Lesson Page #3

Closed anandology closed 2 years ago

anandology commented 2 years ago

The lesson page will have show the lesson title followed by the lesson contents. It will also have breadcrumbs in the top to go back the course.

Mockup

image

nikochiko commented 2 years ago

For lesson page, we have some candidates for the URL:

  1. /courses/:course_name/:module_name/:lesson_name
  2. /courses/:course_name/lessons/:module_name/:lesson_name
  3. /lessons/:course_name/:module_name/:lesson_name

I think option 1 makes sense.

nikochiko commented 2 years ago

This is how it looks right now

image
anandology commented 2 years ago

done.