Skip to content

Commit

Permalink
Added doc file for sharepoint woo
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrands02 committed Nov 27, 2024
1 parent ed9411a commit 2d16cf2
Show file tree
Hide file tree
Showing 13 changed files with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions docs/techniek/Sharepoint.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Sharepoint

## Algemene uitleg

Sharepoint kan gebruikt worden als bron voor Woo publicaties.

Het is de bedoeling dat er per categorie een folder is, omdat daar een endpoint voor gegeneerd wordt waar publicaties van opgehaald kan worden. Bijvoorbeeld: `/_api/Web/GetFolderByServerRelativePath(decodedurl='/WOO/Woo-verzoeken en -besluiten')/folders`

![Overzicht categorie folders](overzicht-categorie-folders.png)

1 folder representeert 1 publicatie.
![Overzicht woo verzoeken](overzicht-woo-verzoeken.png)

Met daarin de bijbehorende bijlagen/documenten.
![Voorbeeld publicatie](voorbeeld-publicatie.png)

## Configuratie

Er moet wat geconfigureerd worden in sharepoint om per publicatie (folder) metadata toe te kunnen voegen. Zodat de publicaties in lijn zijn met https://openwoo.app/Techniek/Configuratie/


Ga naar library settings

![Go to settings](go-to-settings.png)

![Go to library settings](go-to-library-settings.png)

![More library settings](more-library-settings.png)

Ga naar metadata settings.

![Go to enterprise settings](go-to-enterprise-settings.png)

Zet metadata aan.

![Turn on metadata](turn-on-metadata.png)

Maak voor elk veld van de configuratie https://openwoo.app/Techniek/Configuratie/ een column.

![Create column](create-column.png)

![Column config](column-config.png)

Voorbeeld minimale velden.
![Minimum columns](minimum-columns.png)

Voorbeeld alle velden waaronder optionele velden.
![All columns](all-columns.png)

## Publicatie metadata wijzigen
Binary file added docs/techniek/all-columns.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/techniek/column-config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/techniek/create-column.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/techniek/go-to-enterprise-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/techniek/go-to-library-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/techniek/go-to-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/techniek/minimum-columns.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/techniek/more-library-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/techniek/overzicht-categorie-folders.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/techniek/overzicht-woo-verzoeken.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/techniek/turn-on-metadata.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/techniek/voorbeeld-publicatie.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2d16cf2

Please sign in to comment.