-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add openFormulieren update strategy
- Loading branch information
1 parent
77e15ac
commit 7791a15
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
apps/strapi.frameless.io/docs/developers/openFormulieren-bijwerkstrategie.md
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,16 @@ | ||
# OpenFormulieren bijwerkstrategie | ||
|
||
Om OpenFormulieren soepel te laten functioneren, werken ons Frontend- en Strapi-dashboard nauw samen. | ||
Dit is hoe we het aanpakken: | ||
|
||
## SDK-gebruik | ||
|
||
We integreren de OpenFormulier SDK als NPM pakket in de PDC-frontend. Dit stelt ons in staat om updates zelfstandig te beheren, zodat onze frontend altijd voorzien is van de nieuwste functies en verbeteringen. | ||
|
||
## API gebruik | ||
|
||
Het PDC-Strapi-dashboard maakt gebruik van OpenFormulieren API. Het DevOps-team beheert deze updates, zodat onze backend synchroon blijft met de fronted. | ||
|
||
## Teamcoördinatie | ||
|
||
Het is essentieel dat beide teams hun updates op elkaar afstemmen. Eventuele wijzegingen in de SDK of API moeten snel worden gecommuniceerd, zodat zowel de frontend als de backend gelijktijdig worden bijgewerkt. |