3
0
corteza/provision
Vivek Patel 7cdf51adc4 Add data privacy request route and implementation
- Introduces new role for data-privacy-officer(Role allows user to manage data privacy requests)
- along with a new system resource for data privacy requests and its access control
- Routes as per access control to create data privacy request, list request and filter it based on their kind and status, update data privacy request status, and create/list comments on data privacy request
2022-06-14 13:17:44 +05:30
..
2021-08-18 19:58:27 +02:00
2022-02-22 17:13:59 +05:30
2020-11-30 19:51:18 +01:00
2022-02-10 14:02:26 +01:00

= Provision config files

By default, Corteza provisions itself with all config files found in this directory.
Provisioning process can be configured via `PROVISION_CONFIG_PATHS`.

Extensions (`8xx-xxxxx`) are installed from https://github.com/cortezaproject/corteza-ext by release procedure.
Manual installation of extensions is also possible by running `./update.sh` shell script in this directory

== Naming/numeration rules

0xx::
Base resources, configuration, access control rules

1xx::
Additional resources

2xx..6xx::
Reserved

7xx::
Reserved for extensions

8xx::
Reserved for custom/user configuration

9xx::
Temporary, deprecated, obsolete