23 lines
1.2 KiB
Markdown
23 lines
1.2 KiB
Markdown
## ADDED Requirements
|
|
### Requirement: Image Generation Page SHALL Provide Mode Switching
|
|
The system SHALL let users switch image creation modes inside the image generation page instead of exposing only the prior single canvas-era image tool.
|
|
|
|
#### Scenario: Switch between image modes
|
|
- **GIVEN** the user is on the image generation page
|
|
- **WHEN** the user selects text-to-image, image-to-image/edit, batch image generation, or another supported image creation mode
|
|
- **THEN** the page updates the active form and controls for that mode
|
|
- **AND** keeps the user on the same image page
|
|
|
|
#### Scenario: Batch image mode is available
|
|
- **WHEN** the user opens the image generation page
|
|
- **THEN** batch image generation is available as a selectable mode
|
|
- **AND** the page exposes the controls needed to create more than one image output from the selected batch workflow
|
|
|
|
### Requirement: Image Generation Page SHALL Remove Legacy Tool Context Header
|
|
The image generation page SHALL not render the legacy `tg-tool-context` top context bar.
|
|
|
|
#### Scenario: User views image generation page
|
|
- **WHEN** the image generation page renders
|
|
- **THEN** the top page controls are mode-focused
|
|
- **AND** no `tg-tool-context` header is shown above the image workflow
|