Closed
Description
Add new field isApplicationPageActive
to the Job model:
- this field should be
required
in the model (DB) and default tofalse
- but in endpoints, it should be optional, boolean with
false
value by default - we should be able to update the value for this field only using M2M token, no other users should be able to set or update the value for this field (but it returned to everyone)
- Update ES Processor
- Update Swagger (and Postman if needed)
- Create a migration script that would add a new field and update all the existent records to have the value
false