DamyanBG / real-estate-nodejs-be

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

adds date,participants and change type of start&end date #163

Closed ram-9047 closed 1 year ago

ram-9047 commented 1 year ago

type of start_date and end_data in the meeting model should be "date". updated the participants object.

DamyanBG commented 1 year ago

First the target branch have to be development.

Second - yes, date should to be in Date format, but I want the model to have one date and start time and end time. What that means? For example I want to meet somebody on 25.01.2023 at 9:20 till 10:30.

Third - I would want for now to keep invited_id and invitor_id as separated columns.