====Background
In the story viewer, readers currently see a black screen when the image is no longer available in Commons. This results in a problematic story.
- https://id.wikipedia.org/wiki/Story:Sekilas_tentang_Uang
- https://id.wikipedia.org/wiki/Story:Sejarah_Museum_Monumen_Yogya_Kembali
We can proactively catch this issue before readers encounter it by:
- Checking for the image status in Commons (make an call API to check that image is deleted)
(option 1) can be triggered when story viewer is opened
(option 2) or when the story is not in cache
- Notify editor that the image is no longer available
- Add a CTA the directs the editor to the story builder to replace the image
====Description/User story
As a wikistory editor,
I want to know when a story that I created is now missing an image from Commons,
So that I can replace it with an alternative image.
As a wikistory watcher,
I want to know when a story that I'm watching is now missing an image from Commons,
So that I can replace it with an alternative image.
====Design
considerations:
- notification
- primary link to story builder
- secondary links
- bundling rules
====Acceptance Criteria
====Test Scenarios
====Open questions
We could:
- Detect this automatically on the story viewer and prompt the story editor on Recent changes
- OR detect this automatically on the story viewer and automatically categorise it as a problematic story to have it corrected.