Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Floris272 committed Sep 17, 2024
1 parent 1891a80 commit 756b82e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 23 deletions.
15 changes: 7 additions & 8 deletions README.EN.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
==================
open_producten
open_producten (PoC)
==================

:Version: 0.1.0
Expand All @@ -8,17 +8,19 @@ open_producten

|docs| |docker|

``<oneliner describing the project>``
Place for municipalities to manage product types and products to be able to use them in other applications.
(`Nederlandse versie`_)

Developed by `Maykin B.V.`_ for ``<client>``.
Developed by `Maykin B.V.`_.


Introduction
============

``<describe the project in a few paragraphs and briefly mention the features>``
Open Producten is an application where product types and products can be managed in a single place.
Other applications like Open Inwoner and Open Formulieren can integrate Open Producten using its REST API to show product type information, create products or to get the current price for a product type.

This Project is a proof of concept at the moment.

API specification
=================
Expand All @@ -29,10 +31,7 @@ API specification
Version Release date API specification
============== ============== =============================
latest n/a `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/open-producten/main/src/open_producten/api/openapi.yaml>`_,
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/open-producten/main/src/open_producten/api/openapi.yaml>`_,
(`diff <https://github.com/maykinmedia/open-producten/compare/0.1.0..main#diff-b9c28fec6c3f3fa5cff870d24601d6ab7027520f3b084cc767aefd258cb8c40a>`_)
0.1.0 YYYY-MM-DD `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/open-producten/0.1.0/src/open_producten/api/openapi.yaml>`_,
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/open-producten/0.1.0/src/open_producten/api/openapi.yaml>`_
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/open-producten/main/src/open_producten/api/openapi.yaml>`_
============== ============== =============================


Expand Down
25 changes: 10 additions & 15 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
==================
open_producten
open_producten (PoC)
==================

:Version: 0.1.0
Expand All @@ -8,16 +8,20 @@ open_producten

|docs| |docker|

``<oneliner describing the project>``
Plek voor gemeenten om product-typen en producten te beheren om ze te gebruiken in andere applicaties.
(`English version`_)

Ontwikkeld door `Maykin B.V.`_ in opdracht ``<client>``.
Ontwikkeld door `Maykin B.V.`_.


Introductie
===========

``<describe the project in a few paragraphs and briefly mention the features>``
Open Producten is een applicatie waarin product typen en producten op een enkele plek kunnen worden beheerd.
Andere applicaties zoals Open Inwoner en Open Formulieren kunnen met Open Producten via een REST API integreren om product typen informatie te tonen, producten aan te maken of om de actuele prijs van een product type op te halen.

Dit project is op dit moment een proof of concept.



API specificatie
Expand All @@ -28,19 +32,10 @@ API specificatie
============== ============== =============================
Versie Release datum API specificatie
============== ============== =============================
latest n/a `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/open-producten/main/src/open_producten/api/openapi.yaml>`_,
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/open-producten/main/src/open_producten/api/openapi.yaml>`_,
(`verschillen <https://github.com/maykinmedia/open-producten/compare/0.1.0..main#diff-b9c28fec6c3f3fa5cff870d24601d6ab7027520f3b084cc767aefd258cb8c40a>`_)
0.1.0 YYYY-MM-DD `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/open-producten/0.1.0/src/open_producten/api/openapi.yaml>`_,
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/open-producten/0.1.0/src/open_producten/api/openapi.yaml>`_
latest n/a `ReDoc <https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/maykinmedia/open-producten/main/src/openapi.yaml>`_,
`Swagger <https://petstore.swagger.io/?url=https://raw.githubusercontent.com/maykinmedia/open-producten/main/src/openapi.yaml>`_
============== ============== =============================

Vorige versies worden nog 6 maanden ondersteund nadat de volgende versie is
uitgebracht.

Zie: `Alle versies en wijzigingen <https://github.com/maykinmedia/open-producten/blob/main/CHANGELOG.rst>`_


Ontwikkelaars
=============

Expand Down

0 comments on commit 756b82e

Please sign in to comment.