Closed
Description
We would like to make the next fields in Job
model optional as we don't always have them. So we would be more flexible during development.
externalId
description
startDate
endDate
resourceType
rateType
workload
(and remove default value)
Make them optional in:
- DB
- ES
- in all endpoints
- swagger
- create a migration script
If there are any places in code that rely on these values, please, let me know.