Closed
Description
After clarifying business requirements we find out that we don't need such a complicated logic as was suggested in #113. We would like to make the next update:
- Remove
Job.endDate
field - Add a new optional
Job.duration
field. It should only accept integer values 1 or more - Update Swagger and Postman
- Update ES mapping config in API
- Update ES Processor
- Create a migration script. No need to migrate existent data, i. e. it's fine to have
duration=null
for all existent records.