Skip to content
Snippets Groups Projects
  • Andreas Ellewsen's avatar
    467c08d3
    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.
    Add backend parts of guest registration
    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.