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
{{ message }}
This repository has been archived by the owner on May 23, 2024. It is now read-only.
When I want to get a refund, I need to go to refusjon.ntnui.no and enter all fields. This can be tedious, especially when requesting many refunds.
Suggested flow
I should be able to log in with my medlem.ntnui.no account and get all relevant fields pre-filled depending on my memberships. If I have more than one membership, all options should be displayed in a dropdown. Then these fields should be automatically filled out:
Use flow today
When I want to get a refund, I need to go to refusjon.ntnui.no and enter all fields. This can be tedious, especially when requesting many refunds.
Suggested flow
I should be able to log in with my medlem.ntnui.no account and get all relevant fields pre-filled depending on my memberships. If I have more than one membership, all options should be displayed in a dropdown. Then these fields should be automatically filled out:
Required endpoints at api.ntnui.no
Authentication by
POST /token/
Requires the following body:
Returns a JSON Web Token (JWT) which needs to be sent as a Bearer Auth Header in all requests.
Get all memberships at
GET /groups/
The user has
member
set totrue
for the groups the user is a member inOptional
It would be nice to store the user's "kontonummer" in our backend. To do this, we can use the following endpoints
Update the user's information
POST /users/profile
Get the user's "kontonummer at
GET /users/profile
The text was updated successfully, but these errors were encountered: