- I add a mechanism for CI with Circle CI.
- Per each Pus the build will run with lint, build, and test command to verify that the whole process is valid.
##################################################
- As a user i want to see my accounts
- As a user i want to:
- add user account
- add admin account
- edit account (user/admin)
- show all accounts
- add account (user)
- edit account user
- add account (admin)
- edit account admin
Note:
- All the Data is syncronice (simple)
- I created tests not to every scenario in the app, but just show several capabilities and test types
-
Account
- id
- userName
- password
- safeId
- role: 'Admin' | 'User'
- additionalInfo: { administratorGroupId }
-
Safe
- id
- name
- separated to account module with sub component
- stepper with component per step
- Test is made not per each component but for several scenarios
- Account Module
- account actions component
- account list component
- account dialog
- account stepper
- account safe step
- account details fill
- account admin groups (Only for admin)
- account stepper
- angular material
- spectator (testing library)
This project was generated with Angular CLI version 9.0.3.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.