[ACS-3217] initial project scaffold for the Folder Rules (#2566)

* initial project scaffold

* visibility rules placeholders

* custom scope for rules evaluators

* unit tests and minor improvements

* update e2e

* add write permission check

* update e2e

* update e2e

* enable the env variable

* fix tests

* update e2e

* fix e2e
This commit is contained in:
Denys Vuika
2022-07-08 10:53:53 +01:00
committed by GitHub
parent 838f5f2ec2
commit 8312bf8d84
21 changed files with 644 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
# Folder Rules
## Build
Run `ng build aca-folder-rules` to build the project. The build artifacts will be stored in the `dist/` directory.
## Running unit tests
Run `ng test aca-folder-rules` to execute the unit tests via [Karma](https://karma-runner.github.io).