-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #73 from VNG-Realisatie/issue/dashboard-github
Issue/dashboard GitHub
- Loading branch information
Showing
7 changed files
with
119 additions
and
9 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
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
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,65 @@ | ||
|
||
# Autorisaties | ||
## Scopes voor Besluiten API | ||
|
||
Scopes worden typisch per component gedefinieerd en geven aan welke rechten er zijn. | ||
Zie de repository van de [Autorisaties API](https://github.com/VNG-Realisatie/autorisaties-api) | ||
|
||
|
||
### audittrails.lezen | ||
|
||
**Scope** | ||
`audittrails.lezen` | ||
|
||
|
||
**Laat toe om**: | ||
|
||
* audittrails op te lijsten | ||
* audittrail details op te vragen | ||
|
||
|
||
### besluiten.aanmaken | ||
|
||
**Scope** | ||
`besluiten.aanmaken` | ||
|
||
|
||
**Laat toe om**: | ||
|
||
* besluiten aan te maken | ||
|
||
|
||
### besluiten.bijwerken | ||
|
||
**Scope** | ||
`besluiten.bijwerken` | ||
|
||
|
||
**Laat toe om**: | ||
|
||
* attributen van een besluit te wijzingen | ||
|
||
|
||
### besluiten.lezen | ||
|
||
**Scope** | ||
`besluiten.lezen` | ||
|
||
|
||
**Laat toe om**: | ||
|
||
* besluiten te lezen | ||
* besluitdetails op te vragen | ||
|
||
|
||
### besluiten.verwijderen | ||
|
||
**Scope** | ||
`besluiten.verwijderen` | ||
|
||
|
||
**Laat toe om**: | ||
|
||
* besluiten te verwijderen | ||
|
||
|
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
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,35 @@ | ||
## Notificaties | ||
## Berichtkenmerken voor Besluiten API | ||
|
||
Kanalen worden typisch per component gedefinieerd. Producers versturen berichten op bepaalde kanalen, | ||
consumers ontvangen deze. Consumers abonneren zich via een notificatiecomponent (zoals <a href="https://notificaties-api.vng.cloud/api/v1/schema/" rel="nofollow">https://notificaties-api.vng.cloud/api/v1/schema/</a>) op berichten. | ||
|
||
Hieronder staan de kanalen beschreven die door deze component gebruikt worden, met de kenmerken bij elk bericht. | ||
|
||
De architectuur van de notificaties staat beschreven op <a href="https://github.com/VNG-Realisatie/notificaties-api" rel="nofollow">https://github.com/VNG-Realisatie/notificaties-api</a>. | ||
|
||
|
||
### besluiten | ||
|
||
**Kanaal** | ||
`besluiten` | ||
|
||
**Main resource** | ||
|
||
`besluit` | ||
|
||
|
||
|
||
**Kenmerken** | ||
|
||
* `verantwoordelijke_organisatie`: Het RSIN van de niet-natuurlijk persoon zijnde de organisatie die het besluit heeft vastgesteld. | ||
* `besluittype`: URL-referentie naar het BESLUITTYPE (in de Catalogi API). | ||
|
||
**Resources en acties** | ||
|
||
|
||
* <code>besluit</code>: create, update, destroy | ||
|
||
* <code>besluitinformatieobject</code>: create, destroy | ||
|
||
|