-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update journeys folders structure - Bundle journeys by domain (#356)
Bundle journeys by domain Co-authored-by: vatsala-glory <[email protected]> Co-authored-by: Tomás Corral Casas <[email protected]>
- Loading branch information
1 parent
ffeb1b7
commit f622645
Showing
394 changed files
with
2,009 additions
and
1,987 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ve-pay-journey/data-access/.eslintrc.json → libs/ach-positive-pay-journey/.eslintrc.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...sitive-pay-journey/feature/.eslintrc.json → ...urney/internal/data-access/.eslintrc.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...ve-pay-journey/data-access/jest.config.ts → ...urney/internal/data-access/jest.config.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
libs/ach-positive-pay-journey/internal/data-access/ng-package.internal.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"$schema": "../../../../node_modules/ng-packagr/ng-package.schema.json", | ||
"dest": "../../../../dist/internal/libs/ach-positive-pay-journey/internal/data-access", | ||
"lib": { | ||
"entryFile": "src/index.ts" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
libs/ach-positive-pay-journey/internal/data-access/ng-package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"$schema": "../../../../node_modules/ng-packagr/ng-entrypoint.schema.json", | ||
"lib": { | ||
"entryFile": "src/index.ts" | ||
} | ||
} |
5 changes: 5 additions & 0 deletions
5
libs/ach-positive-pay-journey/internal/data-access/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"name": "@backbase-gsa/ach-positive-pay-journey/internal/data-access", | ||
"description": "Autogenerated package.json for secondary entry-point.", | ||
"private": true | ||
} |
22 changes: 10 additions & 12 deletions
22
...tive-pay-journey/data-access/project.json → ...journey/internal/data-access/project.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,38 @@ | ||
{ | ||
"name": "ach-positive-pay-journey-data-access", | ||
"$schema": "../../../node_modules/nx/schemas/project-schema.json", | ||
"$schema": "../../../../node_modules/nx/schemas/project-schema.json", | ||
"projectType": "library", | ||
"sourceRoot": "libs/ach-positive-pay-journey/data-access/src", | ||
"sourceRoot": "libs/ach-positive-pay-journey/internal/data-access/src", | ||
"prefix": "bb", | ||
"tags": ["scope:ach-positive-pay-journey", "type:data-access"], | ||
"targets": { | ||
"build": { | ||
"executor": "@nx/angular:package", | ||
"outputs": [ | ||
"{workspaceRoot}/dist/libs/ach-positive-pay-journey/data-access" | ||
], | ||
"outputs": ["{workspaceRoot}/dist/internal/{projectRoot}"], | ||
"options": { | ||
"project": "libs/ach-positive-pay-journey/data-access/ng-package.json" | ||
"project": "libs/ach-positive-pay-journey/internal/data-access/ng-package.internal.json" | ||
}, | ||
"configurations": { | ||
"production": { | ||
"tsConfig": "libs/ach-positive-pay-journey/data-access/tsconfig.lib.prod.json" | ||
"tsConfig": "libs/ach-positive-pay-journey/internal/data-access/tsconfig.lib.prod.json" | ||
}, | ||
"development": { | ||
"tsConfig": "libs/ach-positive-pay-journey/data-access/tsconfig.lib.json" | ||
"tsConfig": "libs/ach-positive-pay-journey/internal/data-access/tsconfig.lib.json" | ||
} | ||
}, | ||
"defaultConfiguration": "production" | ||
}, | ||
"test": { | ||
"executor": "@nx/jest:jest", | ||
"outputs": [ | ||
"{workspaceRoot}/coverage/libs/ach-positive-pay-journey/data-access" | ||
"{workspaceRoot}/coverage/libs/ach-positive-pay-journey/internal/data-access" | ||
], | ||
"options": { | ||
"jestConfig": "libs/ach-positive-pay-journey/data-access/jest.config.ts" | ||
"jestConfig": "libs/ach-positive-pay-journey/internal/data-access/jest.config.ts" | ||
} | ||
}, | ||
"lint": { | ||
"executor": "@nx/eslint:lint" | ||
} | ||
}, | ||
"tags": ["scope:ach-positive-pay-journey", "type:data-access"] | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...-positive-pay-journey/shell/tsconfig.json → ...ourney/internal/data-access/tsconfig.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...pay-journey/data-access/tsconfig.lib.json → ...ey/internal/data-access/tsconfig.lib.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ay-journey/shared-data/tsconfig.spec.json → ...y/internal/data-access/tsconfig.spec.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 36 additions & 0 deletions
36
libs/ach-positive-pay-journey/internal/feature/.eslintrc.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"extends": ["../../../../.eslintrc.json"], | ||
"ignorePatterns": ["!**/*"], | ||
"overrides": [ | ||
{ | ||
"files": ["*.ts"], | ||
"extends": [ | ||
"plugin:@nx/angular", | ||
"plugin:@angular-eslint/template/process-inline-templates" | ||
], | ||
"rules": { | ||
"@angular-eslint/directive-selector": [ | ||
"error", | ||
{ | ||
"type": "attribute", | ||
"prefix": "bb", | ||
"style": "camelCase" | ||
} | ||
], | ||
"@angular-eslint/component-selector": [ | ||
"error", | ||
{ | ||
"type": "element", | ||
"prefix": "bb", | ||
"style": "kebab-case" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"files": ["*.html"], | ||
"extends": ["plugin:@nx/angular-template"], | ||
"rules": {} | ||
} | ||
] | ||
} |
File renamed without changes.
5 changes: 3 additions & 2 deletions
5
...sitive-pay-journey/feature/jest.config.ts → ...y-journey/internal/feature/jest.config.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
libs/ach-positive-pay-journey/internal/feature/ng-package.internal.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"$schema": "../../../../node_modules/ng-packagr/ng-package.schema.json", | ||
"dest": "../../../../dist/internal/libs/ach-positive-pay-journey/internal/feature", | ||
"lib": { | ||
"entryFile": "src/index.ts" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
libs/ach-positive-pay-journey/internal/feature/ng-package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"$schema": "../../../../node_modules/ng-packagr/ng-entrypoint.schema.json", | ||
"lib": { | ||
"entryFile": "src/index.ts" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"name": "@backbase-gsa/ach-positive-pay-journey/internal/feature", | ||
"description": "Autogenerated package.json for secondary entry-point.", | ||
"private": true | ||
} |
38 changes: 38 additions & 0 deletions
38
libs/ach-positive-pay-journey/internal/feature/project.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"name": "ach-positive-pay-journey-feature", | ||
"$schema": "../../../../node_modules/nx/schemas/project-schema.json", | ||
"projectType": "library", | ||
"sourceRoot": "libs/ach-positive-pay-journey/internal/feature/src", | ||
"prefix": "bb", | ||
"tags": ["scope:ach-positive-pay-journey", "type:feature"], | ||
"targets": { | ||
"build": { | ||
"executor": "@nx/angular:package", | ||
"outputs": ["{workspaceRoot}/dist/internal/{projectRoot}"], | ||
"options": { | ||
"project": "libs/ach-positive-pay-journey/internal/feature/ng-package.internal.json" | ||
}, | ||
"configurations": { | ||
"production": { | ||
"tsConfig": "libs/ach-positive-pay-journey/internal/feature/tsconfig.lib.prod.json" | ||
}, | ||
"development": { | ||
"tsConfig": "libs/ach-positive-pay-journey/internal/feature/tsconfig.lib.json" | ||
} | ||
}, | ||
"defaultConfiguration": "production" | ||
}, | ||
"test": { | ||
"executor": "@nx/jest:jest", | ||
"outputs": [ | ||
"{workspaceRoot}/coverage/libs/ach-positive-pay-journey/internal/feature" | ||
], | ||
"options": { | ||
"jestConfig": "libs/ach-positive-pay-journey/internal/feature/jest.config.ts" | ||
} | ||
}, | ||
"lint": { | ||
"executor": "@nx/eslint:lint" | ||
} | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ney/ach-positive-pay-journey.component.ts → ...ney/ach-positive-pay-journey.component.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ive-pay-journey/data-access/tsconfig.json → ...ay-journey/internal/feature/tsconfig.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...itive-pay-journey/shell/tsconfig.lib.json → ...ourney/internal/feature/tsconfig.lib.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ay-journey/data-access/tsconfig.spec.json → ...urney/internal/feature/tsconfig.spec.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.