Files

1.1 KiB

ADDED Requirements

The system SHALL expose a stable, shareable permalink for each rendered news item.

  • WHEN a news item is rendered in hero or feed context
  • THEN the UI provides a permalink target tied to that article context
  • WHEN a user uses share/copy affordances for an item
  • THEN the resulting URL contains sufficient information to resolve that article on load

Requirement: Deep-link loads article modal in open state

The system SHALL open the matching article modal when the page is loaded with a valid article permalink.

  • WHEN a user lands on homepage with a permalink for an existing article
  • THEN the corresponding article modal is opened automatically
  • AND modal content matches the permalink target
  • WHEN a permalink references a missing or invalid article identifier
  • THEN the page remains usable without hard failure
  • AND modal is not opened with incorrect content