Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow a teacher/admin to see the list of lessons with controls #27

Open
amellie opened this issue Jul 12, 2022 · 0 comments
Open

Allow a teacher/admin to see the list of lessons with controls #27

amellie opened this issue Jul 12, 2022 · 0 comments

Comments

@amellie
Copy link
Collaborator

amellie commented Jul 12, 2022

Dependency

Depends on #21 and #16

Story

As a Teacher or an Admin
I Want to see the list of existing lessons
So That I can see review these lessons and perform actions (create/update/etc)

Acceptance Criteria

  • The page should only be accessible by a teacher/admin
  • The page can be accessed from the module list page created in Allow a teacher/admin to see the list of modules with controls #21. You need to modify the module list page so that the lesson numbers are linked to this page
  • The page should contain the module name as well as a table containing these columns:
    -- Name (of the lesson)
    -- Type
    -- Action (which contains: Edit and Delete button)
  • A Create button should be added to the top of the table. When the button is clicked, it should show the page that has been done in Allow a teacher or admin to create a new lesson #16
  • Edit and Delete buttons do not do anything when clicked (this will be handled in another task, so please leave it as is)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant