Skip to content

[$50] Add new field isApplicationPageActive to the Job model #168

Closed
@maxceem

Description

@maxceem

Add new field isApplicationPageActive to the Job model:

  • this field should be required in the model (DB) and default to false
  • 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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions