Make the number of openings displayed configurable from the UI

Created on 6 May 2024, about 2 months ago
Updated 5 June 2024, 23 days ago

Problem/Motivation

In this example, there are 1 year of openings, 2 per day. When trying the setting "Booking Future Time" to +3 months or + 1 year, only about 2 months are showing in either case. It's not actually + 2 months though.

Today is May 6. It is showing openings from today through June 24.

✨ Feature request
Status

Active

Version

2.2

Component

User interface

Created by

πŸ‡ΊπŸ‡ΈUnited States crutch

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @crutch
  • πŸ‡ΊπŸ‡ΈUnited States crutch

    Additionally, providing a setting less than June 24, like +1 day or +3 weeks works. It seems there is a max threshold.

  • πŸ‡ΊπŸ‡ΈUnited States crutch

    Changing this to a feature request to make the number of openings displayed configurable from the UI.

    ---

    Booking future time is separate from amount of bookings displayed. Booking future time is respected.

    The amount of openings displayed on the Bookable Calendar is static located at bookable_calendar/src/Renderer.php line 105

    $query->range(0, 100);

Production build 0.69.0 2024