uniadaptiveLTI / uniadaptiveLTI-Front

GNU General Public License v3.0
0 stars 2 forks source link

Agregar al interfaz el curso que se está editando y en la instancia en la que está #64

Closed rafaugr closed 8 months ago

rafaugr commented 10 months ago

Se muestra el curso pero no se indica la instancia de la plataforma (abierta, prado...)

Hablado en: S1-2.5

Javiondox commented 8 months ago

Instance name has been added to the main branch. PR #100

rafaugr commented 8 months ago

¿Dónde aparece el nombre de la instancia?

Javiondox commented 8 months ago

The name of the instance needs to be determined in multiple.lms.config. The front end, upon receiving the get_session call, will receive the "platform_name" (this being the name of the instance) parameter alongside others like "platform" (this being the name of the platform software).

In the interface, if the instance has a defined name (which is optional), it replaces the platform name under the user's name with the instance name. The platform is displaced under a new tooltip for help on user information.

This will be explained in more detail in the documentation of the next version.

image