apluslms / a-plus

A+ frontend portal - A+ LMS documentation:
https://apluslms.github.io/
Other
64 stars 72 forks source link

Implement git manager link #1351

Closed mikaelGusse closed 3 months ago

mikaelGusse commented 3 months ago

Description

What?

Add a link to the teacher view's gitmanager tab which allows the user to easily go to the gitmanager page and automatically log in.

Why?

Makes it easier to debug issues regarding courses and streamlines the process of logging in to the gitmanager site

How?

Added a link to the page that user javascript to fetch the correct url to the gitmanager instance and also gets the auth token through the A+ api which is passed using a HTTP POST request.

Fixes #1027

Testing

Remember to add or update unit tests for new features and changes.

What type of test did you run?

Added the change into test-plus and checked that it truly logs the user into gitmanager.

Did you test the changes in

Think of what is affected by these changes and could become broken

Translation

Programming style

Have you updated the README or other relevant documentation?

Is it Done?

Clean up your git commit history before submitting the pull request!