Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abeforgit committed Oct 23, 2020
1 parent 134711b commit c196b59
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# Notulen prepublish service
This service acts on document containers. Provides the following calls:
Note that the agenda routes operate on a differen api than the other resources, this
is a work in progress, and eventually all routes will be based on the zitting instead
of the document

- `/prepublish/agenda/:zittingIdentifier`: builds a publication from the agenda of a zitting present in the database, and returns it without persisting it
- `/signing/agenda/sign/:kind/:zittingIdentifier`: persists (if it doesn't exist yet) an agenda publication for :kind and creates a signedResource linked to the agenda.
- `/signing/agenda/publish/:kind/:zittingIdentifier`: persists (if it doesn't exist yet) an agenda publication for :kind and creates a publishedResource linked to the agenda.

- `/prepublish/notulen/:documentIdentifier`: returns a publication of a notulen without persisting it.
- `/prepublish/agenda/:documentIdentifier`: returns a publication of an agenda without persisting it.
- `/prepublish/besluitenlijst/:documentIdentifier`: returns a publication of an agenda without persisting it.
- `/signing/agenda/sign/:kind/:documentIdentifier`: persists (if it doesn't exist yet) an agenda publication for :kind and creates a signedResource linked to the agenda.
- `/signing/agenda/publish/:kind/:documentIdentifier`: persists (if it doesn't exist yet) an agenda publication for :kind and creates a publishedResource linked to the agenda.
- `/signing/notulen/sig/:documentIdentifier`: persists (if it doesn't exist yet) a besluitenlijst publication and creates a signedResource linked to the besluitenlijst.
- `/signing/besluitenlijst/publish/:documentIdentifier`: persists (if it doesn't exist yet) an besluitenlijst publication and creates a publishedResource linked to the besluitenlijst.
- `/signing/notulen/sign/:kind/:documentIdentifier`: persists (if it doesn't exist yet) a notulen publication for :kind and creates a signedResource linked to the notulen.
- `/signing/notulen/publish/:kind/:documentIdentifier`: persists (if it doesn't exist yet) a notulen publication for :kind and creates a publishedResource linked to the notulen.

- `/prepublish/besluitenlijst/:documentIdentifier`: returns a publication of an agenda without persisting it.
- `/signing/besluitenlijst/sign/:documentIdentifier`: persists (if it doesn't exist yet) a besluitenlijst publication and creates a signedResource linked to the besluitenlijst.
- `/signing/besluitenlijst/publish/:documentIdentifier`: persists (if it doesn't exist yet) an besluitenlijst publication and creates a publishedResource linked to the besluitenlijst.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notulen-prepublish-service",
"version": "0.4.0",
"version": "0.5.0",
"description": "mu-semtech service to extract knowledge from documents",
"main": "app.js",
"dependencies": {
Expand Down

0 comments on commit c196b59

Please sign in to comment.