Handling with Time Slots

Hi, I’m looking for a way to work with time slots to allow me to configure the days and times of a doctor’s appointments so that they can then be visible to the client so that they can schedule the available times. The image shows an idea of ​​how the interface will look. There is a repeating group to show the days of the week and another nested repeating group showing a list of times configured in the Option Set from 08:00 to 17:00. The question is: How can I capture the selection of times and store the list of days with times in the DB knowing that each hour is on a specific day of the week?
Ex: jun 06, 2024 8:00 am (date), jun 06, 2024 9:00 am (date), etc…


Pessoal, estou buscando uma forma de trabalhar com time slot para permitir configurar os dias e horários de atendimento de um médico para depois ficar visível para o cliente agendar os horários disponíveis.
Na imagem, uma ideia de como a interface ficará.
Tem um grupo repetidor para mostrar os dias da semana e outro grupo repetidor aninhado mostrando uma lista de horários configurados no Option Set de 08:00 às 17:00.
A questão é: Como capturar a seleção dos horários e armazenar a lista de dias com horário no BD sabendo que cada hora é de determinado dia da semana?
Ex: jun 06, 2024 8:00 am (date), jun 06, 2024 9:00 am (date), etc…

Simply use the hours parent element group date to reference to the actual date of that day

but it is a RG nested. the hours came from RG OptionSet timeslot 8:00 to 17:00 options

This topic was automatically closed after 70 days. New replies are no longer allowed.