4991719048
When you chose to edit a template you could not see what type the template is. For example if it was a bachelor or master type template. Now when you choose to edit a grading template the type will be shown as a heading, so you can more easily see what type of template you are currently editing. The heading will read: `You are editing a <type> grading template.` The <type> will display the correct type of the grading template you are editing. Open to change of what exactly the heading will display if anyone has a better idea for it.
Working with the API
The API is protected by OAuth 2 acting as a resource server verifying tokens using token introspection.
When developing it uses a locally running instance of an
authorization server
that is run inside Docker. It can be started with docker compose -f docker-compose.yml up
.
Since there is no frontend to interact with the authorization server there's a helper script in
GetToken.java that can be run directly with java GetToken.java
to run through the authorization flow
and get an access token.
Once the token has been obtained go to the Swagger UI to interact with the API. Click the "Authorize" button in the top right and paste the access token to log in.
Description
Languages
Java
91%
HTML
8.6%
CSS
0.3%
JavaScript
0.1%