Configure Article Types in Superdesk and Fix Article Type Filtering on PWA so the website can fetch the correct articles
Add an Article Type field to the Superdesk content profile with three required options. Wire up the PWA so each dedicated page pulls only the correct article type from Publisher. Add a new Longform page to the site under the Fact-Checks nav.
Article type mapping from Superdesk to the PWA:
Quick read: Shortform in Superdesk maps to the Quick Reads page on the site. These are quick, single-verdict fact-checks published daily on specific claims.
Explainer: Explainer in Superdesk maps to the Explainers page on the site. These are longer articles that explain a topic or guide readers on spotting misinformation in a specific area.
Longform: Longform in Superdesk maps to the new Longform page on the site. These are in-depth fact-checks based on a speech or incident where multiple statements are checked, each with its own verdict. This is currently missing from the site and needs to be added.
Acceptance Criteria
- An Article Type field exists in the Superdesk content profile with exactly three options: Shortform, Explainer, and Longform.
- Each option has a short description visible to editors inside Superdesk, so they know which type to select.
- The Article Type field is required. An editor cannot publish without selecting one.
- Publisher exposes the Article Type field via the API so the PWA can filter by it.
- The Quick Reads page pulls and displays only articles where Article Type is Shortform in Superdesk.
- The Explainers page pulls and displays only articles where Article Type is Explainer in Superdesk.
- A new Longform page is added to the site under the Fact-Checks nav dropdown and pulls only articles where Article Type is Longform in Superdesk.
- All three dedicated pages are paginated and use the existing article listing page design with no new components needed.
- The new Longform nav item appears in the Fact-Checks dropdown alongside Quick Reads and Explainers.
Configure Article Types in Superdesk and Fix Article Type Filtering on PWA so the website can fetch the correct articles
Add an Article Type field to the Superdesk content profile with three required options. Wire up the PWA so each dedicated page pulls only the correct article type from Publisher. Add a new Longform page to the site under the Fact-Checks nav.
Article type mapping from Superdesk to the PWA:
Quick read: Shortform in Superdesk maps to the Quick Reads page on the site. These are quick, single-verdict fact-checks published daily on specific claims.
Explainer: Explainer in Superdesk maps to the Explainers page on the site. These are longer articles that explain a topic or guide readers on spotting misinformation in a specific area.
Longform: Longform in Superdesk maps to the new Longform page on the site. These are in-depth fact-checks based on a speech or incident where multiple statements are checked, each with its own verdict. This is currently missing from the site and needs to be added.
Acceptance Criteria