From f19b91e67b475ddea56b8443d4d4f9cbb7dae059 Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Thu, 27 Jul 2023 17:12:25 +0200 Subject: [PATCH] docs: update state in readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8590e3e..a6ea171 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,13 @@ Based on https://github.com/churchtools/churchtools-js-client/tree/master/exampl - concatenate songs - convert uploaded office documents to PDF +- run as server cronjob -Later as server cronjob +## Current State + +- downloads first file for each song for one event into a folder + and concatenates them as PDF +- upload of concatenation still struggling: https://github.com/churchtools/churchtools-js-client/issues/25 ## Getting Started - `npm run setup` (equivalent to `npm install` and copy settings.js.example to settings.js)