- Jan 21, 2022
-
-
Tore.Brede authored
-
- Jan 11, 2022
-
-
Andreas Ellewsen authored
Removed and introduced some borders. Added some text. Increased the size of icons. Resolves: GREG-142
-
- Dec 20, 2021
-
-
Tore.Brede authored
-
- Dec 15, 2021
-
-
Andreas Ellewsen authored
-
- Dec 10, 2021
-
-
Andreas Ellewsen authored
-
- Nov 29, 2021
-
-
Jonas Braathen authored
-
Jonas Braathen authored
-
- Nov 26, 2021
-
-
Andreas Ellewsen authored
Serialization has been moved to serializer classes, sharing them when sensible and Views have been converted to ViewSets to simplify code.
-
Andreas Ellewsen authored
Separates the queryset and the serialization from each other.
-
Andreas Ellewsen authored
The profile page of a guest now shows a verification button if the guest has a passport or national identificaiton number that has not been verified. Clicking the button shows a dialog, with a confirmation button which triggers a PATCH request to the backend and reloads the page when it returns. Resolves: GREG-101
-
- Nov 25, 2021
-
-
Tore.Brede authored
-
- Nov 19, 2021
-
-
Tore.Brede authored
-
- Nov 18, 2021
-
-
Andreas Ellewsen authored
- The hook returns the info for a single guest, and a function to reload that info from the api. - The roles of the guest are now on the roles attribute of the guest object instead of as its own object. - Adding a new role now triggers a reload of the data from the api after the post request has completed. Resolves: GREG-114
-
- Oct 27, 2021
-
-
Andreas Ellewsen authored
Code for guest routes moved to their own folder so that we don't need multiple api calls. Serializer class for roles has been simplified with methods for validation of each field and a separate one used in invites without requiring the person field. Resolves: GREG-61
-
Andreas Ellewsen authored
-
- Oct 19, 2021
-
-
Andreas Ellewsen authored
Allows changes to start- and end date for guest roles. A new endpoint has been added to the ui api for doing PATCH request to support this. The max days of each role type is respected. Resolves: GREG-83
-
- Oct 07, 2021
-
-
Tore.Brede authored
-
- Oct 06, 2021
-
-
Jonas Braathen authored
Make all URLs relative. Move /oidc and /admin endpoints up from /api and proxy them during development.
-
- Oct 05, 2021
-
-
Tore.Brede authored
-
- Oct 01, 2021
-
-
Andreas Ellewsen authored
-