You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To avoid entering the code for adding additional disciplines, it should be possible to scan a QR Code in the app. For content creators, e.g. teachers, it should be possible to create these QR-Codes and share them with their students
Proposed Solution
Add an service to the cms, so when creating the api-key, also a qr code is generated and displayed to the teacher.
Generally a great a idea, which we should implement in the long run. Currently, creating api keys should only be done by the lunes staff (and is therefore restricted for teachers- this can be defined in the settings). We need to make some (time consuming) adaptations until it can be published to "normal" users as well
Motivation
To avoid entering the code for adding additional disciplines, it should be possible to scan a QR Code in the app. For content creators, e.g. teachers, it should be possible to create these QR-Codes and share them with their students
Proposed Solution
Add an service to the cms, so when creating the api-key, also a qr code is generated and displayed to the teacher.
Alternatives
If the proposed solution is too much work, we could at least add a link to a online service that creates qr codes, this for example takes the text which should be converted to a QR-Code in the query:
e.g. https://api.qrserver.com/v1/create-qr-code/?size=150x150&data=our-api-key
Additional Context
none
The text was updated successfully, but these errors were encountered: