Skip to content
Snippets Groups Projects
  1. Jan 21, 2022
  2. Jan 11, 2022
  3. Dec 20, 2021
  4. Dec 15, 2021
  5. Dec 10, 2021
  6. Nov 29, 2021
  7. Nov 26, 2021
    • Andreas Ellewsen's avatar
      Simplify person endpoints · f743c6cf
      Andreas Ellewsen authored
      Serialization has been moved to serializer classes, sharing them when
      sensible and Views have been converted to ViewSets to simplify code.
      f743c6cf
    • Andreas Ellewsen's avatar
      Simplify Ou View · a8fedb7f
      Andreas Ellewsen authored
      Separates the queryset and the serialization from each other.
      a8fedb7f
    • 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
      a3a7410d
  8. Nov 25, 2021
  9. Nov 19, 2021
  10. 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
      99a21f33
  11. Oct 27, 2021
  12. Oct 19, 2021
    • Andreas Ellewsen's avatar
      Add Role Info Page to sponsor frontend · 03495131
      Andreas Ellewsen authored
      Allows changes to start- and end date for guest roles. A new endpoint
      has been added to the ui api for doing PATCH request to support this.
      The max days of each role type is respected.
      
      Resolves: GREG-83
      03495131
  13. Oct 07, 2021
  14. Oct 06, 2021
  15. Oct 05, 2021
  16. Oct 01, 2021
Loading