Skip to content

Commit

Permalink
added language consitency: English only
Browse files Browse the repository at this point in the history
  • Loading branch information
JJFlorian committed Mar 22, 2024
1 parent 4a8f240 commit fc56dcb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
# BROStar

## Introductie
## Introduction

BROStar is een datamanagement product voor de Basis Registratie Ondergrond. In deze repository staat de code voor de backend. Deze bestaat uit een API om data te importeren, op te slaan en aan te leveren. De backend is open source, en kan dus zelf gehost worden. De frontend is ontwikkeld door Nelen & Schuurmans. Dit is een webapplicatie die op de API gemaakt is, welk het datamanagement van BRO data zeer laagdrempelig maakt. Interesse? Contact [email protected]
BROStar is a data management product for the Basis Registratie Ondergrond (BRO). The code for the backend is stored in this repository. It consists of an API for importing, storing, and delivering data. The backend is open source, and can be self-hosted. The frontend is developed and hosted by Nelen & Schuurmans. This is a web application created on top of the API, making the data management of BRO data very accessible. Interested? Contact [email protected].

## Project Description

## Project beschrijving
The backend consists of an API with:

De backend bestaat uit een api met daarin:
- An import task endpoint. This can import all current data from a BRO domain based on a KvK and project number.

- Een importtask endpoint. Hiermee kan op basis van een KvK en projectnummer alle actuele data van een BRO domein geimporteerd worden
- An upload task endpoint. This can send data to the BRO, with a JSON input of all relevant data. The API handles the transformation to XML format and the message traffic to and from the BRO.

- Een uploadtask endpoint. Hiermee kan data naar de BRO gestuurd worden, met als input een json van alle relevante data. De api handelt de transformatie naar XML-formaat en het berichtenverkeer van en naar de BRO af.
- Endpoints for all assets imported from the BRO.

- Endpoints voor alle assets die uit de BRO worden geimporteerd.

## Installatie backend
## Backend Installation

To install for development:

Expand All @@ -34,6 +33,6 @@ Some instructions:

Do the regular migrate, createsuperuser stuff.

7) Maak een organisatie, vul de KvK, en eventueel authenticatie gegevens in
7) Create an organization, fill in the KvK, and optionally fill in authentication details.

8) Maak een user profile aan voor de superuser
8) Create a user profile for the superuser.
4 changes: 2 additions & 2 deletions upload_examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Mogelijke berichten\n",
"Available deliveries\n",
"--------------------\n",
"\n",
"**GMW**\n",
Expand Down Expand Up @@ -99,7 +99,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Input per berichttype\n",
"Input per registration type\n",
"---------------------\n"
]
},
Expand Down

0 comments on commit fc56dcb

Please sign in to comment.