Skip to content
Snippets Groups Projects
  1. Nov 26, 2021
    • Andreas Ellewsen's avatar
      Add identity verification to frontend · a3a7410d
      Andreas Ellewsen authored
      The profile page of a guest now shows a verification button if the guest
      has a passport or national identificaiton number that has not been
      verified. Clicking the button shows a dialog, with a confirmation button
      which triggers a PATCH request to the backend and reloads the page when
      it returns.
      
      Resolves: GREG-101
      Verified
      a3a7410d
  2. Nov 18, 2021
    • Andreas Ellewsen's avatar
      Move guestInfo to hook and reload if posting role · 99a21f33
      Andreas Ellewsen authored
      - The hook returns the info for a single guest, and a function to reload
        that info from the api.
      - The roles of the guest are now on the roles attribute of the guest
        object instead of as its own object.
      - Adding a new role now triggers a reload of the data from the api after
        the post request has completed.
      
      Resolves: GREG-114
      Verified
      99a21f33
Loading