40
Views
6
Comments
slot Booking
Question

Hello everyone .

what iam trying to achieve is i have 2 schemas one is shifts and another details.

shifts:

shift A   6:00 am to 14:00 pm

 shift B   14:01 am to 22:00 pm

shift A   22:01 am to 05:59 am

the above data iam maintaining in shifts schema.

in details schema i am having

details

name   start time  end time

the three colums i have in details schema. according to the useer selection time we need to divide the slots. the time is in utc format. can any one please help me with this it will be very helpful for me.


2019-11-11 17-10-24
Manish Jawla
 
MVP

Hi @Manoj Kumar Chennareddy,

Is that possible for you to specify whether it's a traditional, reactive, mobile or ODC app?

Plus, can you elaborate more about how you want to divide the slots any background information or end goal why you are doing this, so that it can help the community member to understand your problem.

Regards,

Manish Jawla


2022-12-30 07-28-09
Navneet Garg

there is a sample available Healthcare App in OutSystems. You can refer it.

https://outsystemsui.outsystems.com/live/mobile/PatientMobilePreview?AllowInstall=true&Protocol=servicestudiox11



2019-01-07 16-04-16
Siya
 
MVP

@Manoj Kumar Chennareddy, what exact help do you need? I understand that there are two entities holding the data—shift and details. Are you trying to display the shift details, such as Start Time, End Time, and Shift Name, when you select a user? As others have suggested, if you could explain a bit more, someone might be able to assist you.


2022-03-10 08-26-10
Cristian Angel Puma Villalva

Hi there,

As my fellow community members have already pointed out, it's a bit challenging to understand exactly what you're trying to achieve. However, it seems like you want to divide time slots based on a user's selection and match them with predefined shift timings stored in one schema. The second schema appears to hold specific details for each time slot.

To clarify, are you looking to:

  1. Determine the shift (Shift A, B, or C) based on the user's selected start and end time?
  2. Or are you trying to divide a given time range into smaller slots based on the shifts defined?

If you could provide a more detailed explanation or example, it would make it easier to help.

UserImage.jpg
Manoj Kumar Chennareddy

Thank You for all of your responses . i have got the solution.


2022-12-30 07-28-09
Navneet Garg

please share the solution so any one face same problem can refer to the solution and please mark it solved.


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.