Skip to content

Commit

Permalink
Help pages (#414)
Browse files Browse the repository at this point in the history
* chore: create help pages routes

* chore: added base layout and header for help

* chore: startup sidebar menu

* chore: basic sidebar

* chore: basic vitepress setup

* chore: make buttons on startpage work with i18n

* chore: start student help nl

* chore: cleanup capitals

* chore: student help page nl

* chore: finished first draft of help for students

* chore: lint fix

* chore:teacher join command

* chore: fix linter

* fix: little fixes

* fix: en translations

* chore: small cleanup

* chore: add scafolding for other types of users their help pages

* chore: refactor to cleanup for other types of help pages

* chore: add teacher help page (wip)

* chore: add assistant help page (WIP)

* chore: add poetry.lock

* fix: little cleanup

* fix: assistants help

* chore: admin help pages (WIP)

* chore: fix lander

---------

Co-authored-by: Bram Meir <bram.meir@ugent.be>
  • Loading branch information
tyboro2002 and BramMeir authored May 13, 2024
1 parent 6a402b1 commit b8bcf11
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 2 deletions.
Binary file added docs/assets/admin/en/admin-docker-frontpage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/admin/en/admin-users-frontpage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/admin/nl/admin-docker-frontpage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/admin/nl/admin-users-frontpage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 24 additions & 1 deletion docs/en/admin-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ This page describes how to interact with Ypovoli as a admin.
- Click on this button. You will be redirected to the UGent login page.
- Select the desired account and follow the login steps. You will be redirected to the dashboard.

:::info
To further navigate to the admin pannel you can add "/admin".
:::

**Logout**

- Click on your name in the navigation bar.
Expand All @@ -22,4 +26,23 @@ This page describes how to interact with Ypovoli as a admin.

- Click on the arrow next to EN at the top of the navigation bar and select the desired language.

![language choice button](../assets/en/lang-change.png)
![language choice button](../assets/en/lang-change.png)

## Adjusting User Roles
- Click on "Users" in the navigation bar.
- Click on "Edit" next to the chosen user.
- Adjust the roles and save via the "Save" button.

![admin users frontpage](../assets/admin/nl/admin-users-frontpage.png)

## Viewing and Managing Docker Images
- Click on "Docker images" in the navigation bar.
![admin docker frontpage](../assets/admin/nl/admin-docker-frontpage.png)

::: info
Adjust the status (Private or Public) via the button in the "Public" column.
:::

::: info
Add a new image via the "Add" button.
:::
25 changes: 24 additions & 1 deletion docs/nl/admin-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Deze pagina beschrijft hoe u als administrator met Ypovoli interageert.
- Druk op deze knop. U wordt doorverwezen naar de UGent inlogpagina.
- Selecteer het gewenste account en volg de login stappen. U wordt doorverwezen naar het dashboard.

:::info
Om verder te navigeren naar het admin paneel kan u dit via "/admin".
:::

**Logout**

- Druk op uw naam in de navigatiebalk.
Expand All @@ -22,4 +26,23 @@ Deze pagina beschrijft hoe u als administrator met Ypovoli interageert.

- Druk bovenaan in de navigatiebalk op het pijltje naast NL en selecteer de gewenste taal.

![taal keuze knop](../assets/nl/lang-change.png)
![taal keuze knop](../assets/nl/lang-change.png)

## Rollen van gebruiker aanpassen
- Druk in de navigatiebalk op "Gebruikers".
- Druk op bewerken bij de gekozen gebruiker.
- Pas de rollen aan en sla op via de knop "Sla op".

![admin gebruikers voorpagina](../assets/admin/nl/admin-users-frontpage.png)

## Docker images bekijken en beheren
- Druk in de navigatiebalk op "Docker images".
![admin docker voorpagina](../assets/admin/nl/admin-docker-frontpage.png)

::: info
Pas de status (Privé of Publiek) aan via de knop in de kolom "Publiek".
:::

::: info
Voeg een nieuwe image toe via de knop "Voeg toe".
:::

0 comments on commit b8bcf11

Please sign in to comment.