• Resolved jasonbrogdon

    (@jasonbrogdon)


    This is terrible. Isn’t there a better way or better terminology. That is confusing and needless, it should be handled in the backend.

    Documentation was way to thin for a simple understanding of this:
    “For Services you must provide duration in minutes and slot step time. (duration/slot_step) must be round number. For example duration 60 minutes and slot step 20 minutes. (60/20) = 3!

Viewing 1 replies (of 1 total)
  • Hi @jasonbrogdon naming things and caching are two most difficult things in programming world ??

    Slot step is option that allows you to break interval when you can book appointment. For example you have service 60 minutes and slot step 60 minutes. That booking options are :

    08:00 – 09:00
    09:00 – 10:00
    10:00 – 11:00

    if you for example keep duration of 60 minutes but set slot step to be 30 it will look like this:

    08:00 – 09:00
    08:30 – 09:30
    09:00 – 10:00
    09:30 – 10:30
    10:00 – 11:00

    Best regards,
    Nikola

Viewing 1 replies (of 1 total)
  • The topic ‘Slot Step Time is a terrible term and confusing’ is closed to new replies.