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

Show category of specified level in interaction tables #216

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

NinaHerrmann
Copy link
Contributor

@NinaHerrmann NinaHerrmann commented Jun 11, 2024

Until now always the "closest" course category was shown in the interaction table that is visible for teachers and administrators to manage their courses (view.php).

As a supplement, two settings were added. Firstly, a checkbox enables a custom level of the course hierarchy to be displayed, and secondly, a second setting specifies the level.
image

In case a course does not have that level - E.g. level 2 is specified, but the course is assigned to the topmost category. The level closest to the specified level is displayed.

image

In the displayed example, the category depth is set to two and the category tree is

  • Category 1 (Course Info 1)
    • Subcategory 0.1
      • Subsubcategory 0.0.1 (Course XSC)

Missing:

  • translation
  • tests

@justusdieckmann justusdieckmann changed the title WIP Feature/changeoverviewtableforteachers Show category of specified level in interaction tables Jun 11, 2024
Copy link
Member

@justusdieckmann justusdieckmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! :)

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

Successfully merging this pull request may close these issues.

None yet

2 participants