**Description**
As a newcomer completing suggested edits, I should never receive a section-level image suggestion if the article is unillustrated.
**Context**
We only suggest article-level image suggestions for unillustrated articles. But we will generate and serve section-level image suggestions for both illustrated and unillustrated articles. It might mean that, if we send out an image suggestion for a section of an unillustrated article without or before a article-level image suggestion for the same article and a contributor adds it, the article will be flagged as illustrated during the next dataset update and thus excluded from article level image suggestion pipeline.
**Acceptance Criteria**
Given I'm a newcomer completing section-level image suggestions,
When articles are suggested,
Then I'm never suggested articles that are unillustrated
--------
#### Completion checklist
**Functionality**
[] The patches have been code reviewed and merged
[] The task passes its acceptance criteria
**Engineering**
[] There are existing and passing unit/integration tests
[] Tests for every involved patch should pass
[] Coverage for every involved project should have improved or stayed the same
**Design & QA**
[] If the task is UX/Design related: it must be reviewed and approved by the UX/Design team
[] Must be reviewed and approved by Quality Assurance.
**Documentation**
[] Related and updated documentation done where necessary
- Internal technical changes: internal repository documentation must be updated (README.md, JSDoc, PHPDoc)
- Infrastructure technical changes: technical changes that reflect on environment, infrastructure, endpoints or any other area of interest for technical contributors should be reflected on [[ https://www.mediawiki.org/wiki/Extension:GrowthExperiments | Extension:GrowthExperiments ]] or [[ https://www.mediawiki.org/wiki/Extension:GrowthExperiments/Technical_documentation | Extension:GrowthExperiments/Technical documentation ]] pages.