Skip to content
Snippets Groups Projects
  1. Dec 10, 2021
  2. Nov 26, 2021
  3. Nov 17, 2021
  4. 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
      Verified
      701afd23
  5. Oct 19, 2021
  6. Oct 08, 2021
  7. 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.
      Verified
      467c08d3
  8. Oct 01, 2021
  9. Sep 30, 2021
  10. Sep 22, 2021
Loading