Skip to content
Snippets Groups Projects
  1. Nov 26, 2021
  2. Nov 17, 2021
  3. Oct 27, 2021
    • Andreas Ellewsen's avatar
      Add role adding page to guest profiles · 701afd23
      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
      701afd23
  4. Oct 19, 2021
    • Andreas Ellewsen's avatar
      Add Role Info Page to sponsor frontend · 03495131
      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
      03495131
  5. Oct 08, 2021
  6. Oct 06, 2021
    • Andreas Ellewsen's avatar
      Add backend parts of guest registration · 467c08d3
      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.
      467c08d3
  7. Oct 01, 2021
  8. Sep 30, 2021
  9. Sep 22, 2021
Loading