Skip to content
Snippets Groups Projects
  1. Mar 28, 2024
  2. Feb 07, 2024
  3. Jan 29, 2024
  4. Jan 26, 2024
  5. Jan 25, 2024
  6. Nov 08, 2023
  7. Oct 21, 2023
  8. Oct 17, 2023
  9. Oct 13, 2023
  10. Jun 17, 2023
  11. Jun 16, 2023
  12. Jun 15, 2023
  13. Jun 13, 2023
  14. Jun 09, 2023
    • Konrad Mohrfeldt's avatar
      feat: allow users to create a time slot within a slot that already has begun · 3d4e9b28
      Konrad Mohrfeldt authored
      Users weren’t able to create a time slot in the calendar if the slot
      has already begun.
      
      The logic now checks if the start time is later or equal to the start of
      the slot of the current time (i.e. current time is 16:37:28, check is
      performed against 16:30:00 for a 15 minute calendar slot size). This
      prevents users from creating slots in the past but allows them to create
      time slots within a slot that has already begun.
      
      If the slot has already begun then the start time of the new time slot
      is set to the next available 5 minute slot after the current time. This
      means that if the current time is 16:37:28 and one creates a time slot
      in the 16:30:00 - 16:45:00 slot window the start time of the new time
      slot is set to 16:40:00.
      
      fixes #167
      3d4e9b28
  15. Apr 13, 2023
  16. Apr 09, 2023
  17. Apr 06, 2023
  18. Mar 28, 2023
  19. Feb 28, 2023
Loading