-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
Description
Background
We have endpoint to get a list of Jobs: GET /jobs. It support various filters but it doesn't support filtering by isApplicationPageActive.
Task
GET /jobsendpoint should support filtering byisApplicationPageActivewhich can betrueorfalse- Note, that we have to support filtering by
isApplicationPageActivewhen we get data from ElasticSearch index and when we fallback and get data from Database. - Update Swagger and Postman if needed.
- Update demo data which is created by
npm run data:importso we have examples of Jobs withisApplicationPageActivefalseandtrue. - Provide quick guide with steps to verify.