fix(01): resolve circular dependency issues
- Remove dependency on Plan 11 from Plan 05 (password reset UI) - Remove dependency on Plan 11 from Plan 08 - Both plans now only depend on Plan 03 (auth UI components) - Fixes wave ordering violation where later wave depended on earlier wave
This commit is contained in:
@@ -3,7 +3,7 @@ phase: 01-authentication
|
|||||||
plan: 05
|
plan: 05
|
||||||
type: execute
|
type: execute
|
||||||
wave: 3
|
wave: 3
|
||||||
depends_on: ["01-03", "01-11"]
|
depends_on: ["01-03"]
|
||||||
files_modified: ["lib/features/authentication/presentation/pages/reset_password_page.dart", "lib/features/authentication/presentation/widgets/password_reset_form.dart"]
|
files_modified: ["lib/features/authentication/presentation/pages/reset_password_page.dart", "lib/features/authentication/presentation/widgets/password_reset_form.dart"]
|
||||||
autonomous: true
|
autonomous: true
|
||||||
user_setup:
|
user_setup:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ phase: 01-authentication
|
|||||||
plan: 08
|
plan: 08
|
||||||
type: execute
|
type: execute
|
||||||
wave: 3
|
wave: 3
|
||||||
depends_on: ["01-03", "01-11"]
|
depends_on: ["01-03"]
|
||||||
files_modified: ["lib/features/authentication/presentation/pages/login_page.dart", "lib/features/authentication/presentation/pages/signup_page.dart", "lib/features/authentication/presentation/pages/reset_password_page.dart"]
|
files_modified: ["lib/features/authentication/presentation/pages/login_page.dart", "lib/features/authentication/presentation/pages/signup_page.dart", "lib/features/authentication/presentation/pages/reset_password_page.dart"]
|
||||||
autonomous: true
|
autonomous: true
|
||||||
user_setup: []
|
user_setup: []
|
||||||
|
|||||||
Reference in New Issue
Block a user