Initial TrueGrowth source import
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
## MODIFIED Requirements
|
||||
### Requirement: App Center SHALL be the primary discovery surface
|
||||
The system SHALL present first-party creation modules and AIGCPanel utility apps in App Center as the primary discovery surface, and media-generation cards SHALL open the relevant page mode inside the unified image, video, or music creation experience.
|
||||
|
||||
#### Scenario: User opens a media-generation app card
|
||||
- **WHEN** the user opens an image, video, popular video, popular MV, or music generation card from App Center
|
||||
- **THEN** the system opens the relevant media generation page
|
||||
- **AND** selects the matching page mode automatically
|
||||
- **AND** does not require the user to find a separate toolbox navigation page
|
||||
|
||||
#### Scenario: User scans App Center media apps
|
||||
- **WHEN** the user filters App Center by image, video, or audio
|
||||
- **THEN** generation cards remain discoverable
|
||||
- **AND** cards describe the mode they will open rather than implying each card is a separate standalone page
|
||||
@@ -0,0 +1,14 @@
|
||||
## ADDED Requirements
|
||||
### Requirement: Music Generation SHALL Be Selectable From Media Generation
|
||||
The system SHALL make music generation selectable from the media-generation experience while preserving the existing Suno generate, continue, and infill actions.
|
||||
|
||||
#### Scenario: User switches to music generation
|
||||
- **GIVEN** the user is browsing media generation modes
|
||||
- **WHEN** the user selects music generation
|
||||
- **THEN** the system opens the music generation workflow
|
||||
- **AND** exposes the existing generate, continue, and infill action variants in that workflow
|
||||
|
||||
#### Scenario: App Center music card opens music mode
|
||||
- **WHEN** the user opens a music generation card from App Center
|
||||
- **THEN** the system opens the media-generation experience with music generation selected
|
||||
- **AND** preserves compatible shared fields such as prompt, title, tags, and model selections where applicable
|
||||
@@ -0,0 +1,22 @@
|
||||
## 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
|
||||
@@ -0,0 +1,22 @@
|
||||
## ADDED Requirements
|
||||
### Requirement: Video Generation Page SHALL Provide Mode Switching
|
||||
The system SHALL let users switch video creation modes inside the video generation page, including normal video generation, popular video generation, and popular MV generation.
|
||||
|
||||
#### Scenario: Switch between video modes
|
||||
- **GIVEN** the user is on the video generation page
|
||||
- **WHEN** the user selects normal video generation, popular video generation, popular MV generation, or another supported video creation mode
|
||||
- **THEN** the page updates the active workflow for that mode
|
||||
- **AND** keeps the user on the same video page
|
||||
|
||||
#### Scenario: Popular video and MV modes preserve batch behavior
|
||||
- **WHEN** the user selects popular video generation or popular MV generation
|
||||
- **THEN** the page exposes the existing storyboard, lens, model, size, and batch-generation controls required by that workflow
|
||||
- **AND** the existing serial batch generation requirements remain in effect
|
||||
|
||||
### Requirement: Video Generation Page SHALL Remove Legacy Tool Context Header
|
||||
The video generation page SHALL not render the legacy `tg-tool-context` top context bar.
|
||||
|
||||
#### Scenario: User views video generation page
|
||||
- **WHEN** the video generation page renders
|
||||
- **THEN** the top page controls are mode-focused
|
||||
- **AND** no `tg-tool-context` header is shown above the video workflow
|
||||
Reference in New Issue
Block a user