Skip to content
Snippets Groups Projects
  1. Jul 14, 2023
  2. Jul 11, 2023
  3. Apr 27, 2023
    • Andreas Ellewsen's avatar
      Format phone number correctly before submitting · 8ee96ce5
      Andreas Ellewsen authored
      Instead of manually putting together the phone number and hoping we get
      it right, we instead format the number using the phonenumbers library.
      This library is already in use for validation, making it the obvious
      choice. This means that the backend will only receive E.164 formatted
      phonenumbers from now on. In addition, we now ensure that the number is
      in fact a mobile phone number.
      Verified
      8ee96ce5
  4. Mar 14, 2023
  5. Nov 15, 2022
  6. Aug 11, 2022
  7. Aug 10, 2022
    • Andreas Ellewsen's avatar
      Switch forms to onTouched mode · e0fcb3b1
      Andreas Ellewsen authored
      By using onTouched mode validation does not complain about invalid
      values until the users have changed focus from the field. Doing it this
      way we don't complain about values until the user tries to use an
      invalid one.
      
      Does not work for all fields. For that to be the case, we will have to
      do some clean up of controlled and uncontrolled values.
      Verified
      e0fcb3b1
  8. Jul 29, 2022
  9. Jun 17, 2022
  10. Apr 22, 2022
  11. Apr 07, 2022
  12. Mar 24, 2022
  13. Mar 02, 2022
  14. Feb 08, 2022
  15. Feb 07, 2022
  16. Feb 04, 2022
    • Andreas Ellewsen's avatar
      Show role comments and use feature flags · 5bc9d890
      Andreas Ellewsen authored
      Comments and contact person had feature flags created for their
      visibility some time ago, but we missed a couple of sections in the
      frontend. In addition, comments that were set on a role during
      invitation was invisible later, defeating the purpose. They are now
      visible if comments are enabled.
      
      Resolves: GREG-197
      Verified
      5bc9d890
  17. Feb 01, 2022
  18. Jan 21, 2022
  19. Dec 03, 2021
  20. Nov 29, 2021
  21. 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
  22. Nov 09, 2021
  23. Oct 25, 2021
    • Andreas Ellewsen's avatar
      Split Role and Person info in frontend · 9a806970
      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.
      Verified
      9a806970
  24. Oct 21, 2021
  25. Oct 20, 2021
  26. Oct 19, 2021
  27. Oct 11, 2021
  28. Oct 06, 2021
  29. Oct 05, 2021
  30. Oct 01, 2021
  31. Sep 23, 2021
  32. Sep 22, 2021
Loading