RideNoCo / drt-tds

0 stars 1 forks source link

CustomerId, FirstName, LastName need to be mandatory #28

Closed steverideschedulercom closed 9 months ago

steverideschedulercom commented 9 months ago

In CustomerInfoType, CustomerId, FirstName, LastName need to be mandatory. Since we need to use these to determine if a client already exists in our system, we need a way to look them up. Also, a customer without a first and last name doesn't make sense.

https://github.com/RideNoCo/drt-tds/blob/d8e61d64cad7d7dc64d2c2b85758e576c6c3b5c9/spec/schema.json#L325

steverideschedulercom commented 9 months ago

image

If there is no birthdate, RideScheduler will use the Creation Date

keviniano commented 9 months ago

Consensus at 1-22-24 meeting: CustomerId, FirstName, LastName will be mandatory