From c196b596c9fe8734e0c8872a145018275855a33f Mon Sep 17 00:00:00 2001 From: abeforgit Date: Fri, 23 Oct 2020 13:27:10 +0200 Subject: [PATCH] Bump version to 0.5.0 --- README.md | 17 +++++++++++------ package.json | 2 +- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index feb4257..246d7a0 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 138f676..f5c27f2 100644 --- a/package.json +++ b/package.json @@ -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": {