12 lines
632 B
Markdown
12 lines
632 B
Markdown
## MODIFIED Requirements
|
|
|
|
### Requirement: Graceful empty and error states
|
|
If a module has no content to display, the homepage MUST render a non-broken empty state for that module and MUST still render the rest of the page.
|
|
|
|
The Instagram module is an exception: if there are no Instagram items to display, the homepage MUST omit the Instagram module entirely (no empty state block) and MUST still render the rest of the page.
|
|
|
|
#### Scenario: No Instagram items available
|
|
- **WHEN** the cached dataset contains no Instagram items
|
|
- **THEN** the Instagram-related module is not rendered and the homepage still renders other modules
|
|
|