- Dec 10, 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 OU view deserves its own file, and the guest info is actually a person view and should live with the other person views.
-
- Nov 17, 2021
-
-
Andreas Ellewsen authored
Adding tests for a serializer prompted moving of view tests to their own subdirectory.
-
- 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
-
- 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 08, 2021
-
-
Stein Elgethun authored
Issue: GREG-66
-
- Oct 06, 2021
-
-
Andreas Ellewsen authored
- Introduces the Invitation and InvitationLink models for keeping track of guest invitations and the links connected to them. - Adds a post endpoint accessible by sponsors to create invitations for guests. - Adds a get endpoint for the guests to review their invitation information. - Adds a post endpoint for the guests to confirm their invitation with updated mobile_phone number if they want. - Removes token field from Person since it is not used.
-
- Oct 01, 2021
-
-
Andreas Ellewsen authored
Register page now fetches OUs the sponsor has access to. Sponsor page now shows the sponsor's active and waiting guests. Resolves: GREG-63
-
- Sep 30, 2021
-
-
Sivert Kronen Hatteberg authored
Issue: GREG-36
-
Sivert Kronen Hatteberg authored
Issue: GREG-36
-
- Sep 22, 2021
-
-
Andreas Ellewsen authored
-
Jonas Braathen authored
-