From 9ae6564a922e9aa5acc4b597eb6ef1b6045ab738 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Tue, 5 Oct 2021 11:18:46 +0200 Subject: [PATCH] Add PDF handling section to agreements --- README.md | 2 +- docker-compose.yml | 13 +++++++------ swagger.yml | 4 ++++ 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c00505d..fa9ed53 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This project is deployed automatically when a commit is pushed to `master`. ## Developing ```shell -$ docker-compose up +$ docker compose up ``` The site is hosted locally at `http://localhost:3080`. diff --git a/docker-compose.yml b/docker-compose.yml index a15a781..4eccef9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,7 @@ -app: - build: . - ports: - - 3080:80 - volumes: - - .:/usr/share/nginx/html +services: + app: + build: . + ports: + - 3080:80 + volumes: + - .:/usr/share/nginx/html diff --git a/swagger.yml b/swagger.yml index 3c11132..e80cbea 100644 --- a/swagger.yml +++ b/swagger.yml @@ -488,6 +488,10 @@ info: ![Agreement Typical Flow](https://www.lucidchart.com/publicSegments/view/30bd1625-75d2-4ece-bb1d-5e3ccee93010/image.png) + ## PDF handling + + See the [Agreements PDF handling](https://docs.google.com/document/d/1a_HFN-9gtB16RyXm-VVDwMhgJfnh-kZCj8G3QwzzIVc) document for recommendations and requirements about PDF agreement documents. + # Partners integration Partners integration allows a *company recipient* to open up its mailbox to a third party (a *partner*) to allow it to access and process the mailbox content. This is typically used by companies to allow bookkeeping and administrative third parties to access and process invoices and documents.