User Story
As an Admin, I want to create a project and connect its data sources in a single flow (wizard), so that I don't have to do project creation and source connection as two separate steps on different pages.
Context & Motivation
Acceptance Criteria
Combined flow (Admin)
Partial failure handling
General
User Story
As an Admin, I want to create a project and connect its data sources in a single flow (wizard), so that I don't have to do project creation and source connection as two separate steps on different pages.
Context & Motivation
team:frontend(wizard),team:backend(small follow-ups only)AdminProjectController POST /api/v1/admin/projects, [Story]: Admin project management (create / delete projects + assign PMs) #197) and source connection (GithubConnectorController POST /api/v1/github/connect, [Story]: GitHub repository connector v0 (commits, files, issues, PR metadata) #159) live on separate pages. The Admin has to create the project first, navigate to the Data Ingestion page, then connect sources one by one. Both steps should be combined in a single flow.Acceptance Criteria
Combined flow (Admin)
owner+namedirectly, or via the discovery flow from [Story]: GitHub org/user discovery & multi-repo ingestion selection #244 (org/user → repo list).Partial failure handling
General