TU-Wien-dataLAB / Grader-Labextension

BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Add Lectures and Assignments to Jupyterlab Menu #17

Closed meffmadd closed 6 months ago

meffmadd commented 6 months ago

Is your feature request related to a problem? Please describe. Users should also be able to access the lecture and assignments list or other functionality in the Jupyterlab menu. (see: https://github.com/jupyterlab/extension-examples/tree/main/main-menu)

Describe the solution you'd like A simple menu could be a list of lectures and where each lecture has a submenu with the assignments. We have to change our widgets so that they can accept a path parameter, which describes which lecture/assignment to open. The routing then is handled by react-router-dom.

TODO: