DamyanBG / real-estate-nodejs-be

Real Estate back end rest api application
6 stars 11 forks source link

Visitations model changes #162

Closed DamyanBG closed 1 year ago

DamyanBG commented 1 year ago

Visitations have to contains date, start hour, end hour, organizator_id, home_id and address.

safil-badarudeen commented 1 year ago

i am a mern developer , with my knowledge i could help you with most of issue , let me work one issue at a time , I came from your front end repository , assign me for this one,

DamyanBG commented 1 year ago

Assigned.

safil-badarudeen commented 1 year ago

start_date: { type: String, required: true, }, end_date: { type: String, required: true, }

in this particualr instance type :Date is more accurate . what do you think?

safil-badarudeen commented 1 year ago

did you made it as string for any special purposes?

DamyanBG commented 1 year ago

I agree with date.

DamyanBG commented 1 year ago

@safil-badarudeen 1 2

safil-badarudeen commented 1 year ago

thanks man i was so confused about it

safil-badarudeen commented 1 year ago

can i make a another pull request now?

safil-badarudeen commented 1 year ago

@DamyanBG

DamyanBG commented 1 year ago

I made everything, thank you