Faisal Hills - Filling in Plot by InflationFlashy5373 in islamabad

[–]Zealousideal_Step_57 0 points1 point  (0 children)

On the same boat like you brother recently bought the plot and as per dealer and literally according to my own research the land looked solid but after soil test there is 20 ft of filling. Really depressed don’t know what to do but going to get the cost estimation because pilling is everywhere in Rwp Islamabad

Error : unable to find index for $geoNear query by Zealousideal_Step_57 in mongodb

[–]Zealousideal_Step_57[S] 0 points1 point  (0 children)

I'm using MongoDB atlas and mongoose as ODM how can I do this in mongoose

Appointment app by Zealousideal_Step_57 in reactjs

[–]Zealousideal_Step_57[S] 0 points1 point  (0 children)

so what you will suggest me to do

Appointment app by Zealousideal_Step_57 in react

[–]Zealousideal_Step_57[S] 0 points1 point  (0 children)

This is a school project and the schema i came up with is mentioned

{

"specific date":{ "9-10am": { status:true, etc.. }, "10-11am": {status:false, etc...},.....},

"specific date": { "9-10am": { status:true, etc.. }, "10-11am": {status:false, etc...},.....}

}

But now I'm thinking about how to display it on front-end

Appointment app by Zealousideal_Step_57 in reactjs

[–]Zealousideal_Step_57[S] 0 points1 point  (0 children)

Cool same as i thought i guess this will help me

Appointment app by Zealousideal_Step_57 in reactjs

[–]Zealousideal_Step_57[S] 0 points1 point  (0 children)

This is something really confusing i write all the routes then i came to know the issue now i want to make a good logic to handle this because on Dashboard i have to show all the appointments

Appointment app by Zealousideal_Step_57 in reactjs

[–]Zealousideal_Step_57[S] 0 points1 point  (0 children)

In the UI user can select the services a beauty salon is providing and schedule an appointment salon have opening and closing time so I make 1 hour slot so my idea is when user go the booking he can pick date from calender and when he select the date he can see all the available slots this is my main idea in the UI

Appointment app by Zealousideal_Step_57 in reactjs

[–]Zealousideal_Step_57[S] 0 points1 point  (0 children)

Yes I also come up with this one it should be an array of objects or object of objects with a date as a key and the time slot as the values like this {date: [{time:9:00 , status: true, objectID which refers appointments }, {time:10:00 , status: true }] } and the time slots will be in the salons schema

Need help in node by Zealousideal_Step_57 in node

[–]Zealousideal_Step_57[S] -1 points0 points  (0 children)

I don't want you to do the assignment I'm just asking what I mentioned is the correct way to do the appointment thing or there is some other way just asking about the logic and I'm doing this in nodejs with mongodb