- Dec 17, 2021
-
-
Andreas Ellewsen authored
Overview buttons now have black text. Sponsor menu arrows are now black. Links in footer has white underline on hover, otherwise nothing. Resolves: GREG-15
-
Andreas Ellewsen authored
-
- Dec 08, 2021
-
-
Andreas Ellewsen authored
Styling now matches the figma sketches
-
- Nov 29, 2021
-
-
Andreas Ellewsen authored
All A and AA problems have been fixed except a missing label on an input field.
-
- Nov 18, 2021
-
-
Tore.Brede authored
-
- Nov 08, 2021
-
-
Tore.Brede authored
-
Andreas Ellewsen authored
The status column now signifies if the role on that line is active or not.
-
- Nov 02, 2021
-
-
Tore.Brede authored
-
- Oct 31, 2021
-
-
Tore.Brede authored
-
Tore.Brede authored
-
- Oct 25, 2021
-
-
Tore.Brede authored
-
Andreas Ellewsen authored
To make handling info about roles and persons easier we split them into separate objects. The Profile page has now gotten its own api endpoint where a sponsor has access to all guests instead of only those they are sponsor for which is used on the sponsor frontpage. This is necessary since a sponsor may want to give a role to someone they are not currently sponsor for.
-
- Oct 22, 2021
-
-
Tore.Brede 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 15, 2021
-
-
Andreas Ellewsen authored
- Expanded output from guest info api endpoint - Share guest info between both routes under /sponsor of the frontend. - More localised text options added for use on the sponsor pages - Details button on the sponsor overview page now points to the guest info page for each person. Resolves: GREG-74
-
- Oct 12, 2021
-
-
Tore.Brede authored
-
Tore.Brede authored
-
- 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.
-
Jonas Braathen authored
Make all URLs relative. Move /oidc and /admin endpoints up from /api and proxy them during development.
-
- 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 16, 2021
-
-
Tore.Brede authored
-
- Sep 15, 2021
-
-
Sivert Kronen Hatteberg authored
- Add routing with react routing - Placeholder header/footer and some pages Issue: GREG-46
-