Skip to content
Snippets Groups Projects
  1. Jan 13, 2023
  2. 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
  3. Jul 29, 2022
  4. Apr 19, 2022
  5. Apr 07, 2022
  6. Mar 02, 2022
  7. Feb 28, 2022
  8. Feb 09, 2022
  9. Feb 04, 2022
  10. Feb 01, 2022
  11. Jan 26, 2022
  12. Jan 25, 2022
  13. Jan 21, 2022
  14. Jan 18, 2022
  15. Dec 10, 2021
    • Andreas Ellewsen's avatar
      Change rules for role dates · 96dd9bb4
      Andreas Ellewsen authored
      Dates can now be changed after they have started and ended. This means
      that there is no situation which needs disabling the input fields, and
      disabling has been removed.
      
      Start and end date can now be in the past. The following rules apply:
       - Start dates can be any date in the past, and no more into the future
         than the max days property of the role type.
       - End dates follow the same rules
       - End dates must be equal to or later than start date.
      
      Notification publishing has been reviewed to ensure duplicate
      notifications are not created when start or end date is today.
      
      Resolve: GREG-148
      Verified
      96dd9bb4
  16. Nov 18, 2021
  17. 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
  18. 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
  19. Oct 19, 2021
Loading