From 7105e94a9b8608f30f3e1242500621e4feca1325 Mon Sep 17 00:00:00 2001 From: gregor <gregor.schulz@holi.social> Date: Thu, 3 Apr 2025 11:06:24 +0200 Subject: [PATCH] document events app --- docs/architecture/index.mdx | 7 +++++++ docs/repositories.mdx | 11 ++++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/docs/architecture/index.mdx b/docs/architecture/index.mdx index 7dc999a..f788589 100644 --- a/docs/architecture/index.mdx +++ b/docs/architecture/index.mdx @@ -92,6 +92,13 @@ integration of [GoodNews](https://goodnews.eu/). The frontend is part of the integration of [Voltastics](https://voltastics.com). The frontend is part of the [holi-frontends](https://gitlab.holi.team/app/holi-frontends) monorepo. +### Events + +[holi-app-events](https://gitlab.holi.team/app/holi-app-events) contains the backend for the +aggregation of external local and remote Events from platform partners like the +[Joint Action for Sustainable Development](https://gemeinschaftswerk-nachhaltigkeit.de). +The frontend is part of the [holi-frontends](https://gitlab.holi.team/app/holi-frontends) monorepo. + ## Shared Services Some services are of such a generic nature that they can be sensibly shared between core and integration diff --git a/docs/repositories.mdx b/docs/repositories.mdx index a357cbf..eace383 100644 --- a/docs/repositories.mdx +++ b/docs/repositories.mdx @@ -52,12 +52,13 @@ The [README](https://gitlab.holi.team/app/holi-okuna) contains further documenta ## The app repositories -[holi-app-donations](https://gitlab.holi.team/app/holi-app-donations) -[holi-app-goodnews](https://gitlab.holi.team/app/holi-app-goodnews) -[holi-app-volunteering](https://gitlab.holi.team/app/holi-app-volunteering) +The holi app integrates distinct components we call "Apps". These can also be developed by third parties. We have implemented four of them up to +now. -holi can integrate so called Apps. These can be developed by third parties. We have implemented three of them up to -now. The repositories above contain their respective backend. +- [holi-app-donations](https://gitlab.holi.team/app/holi-app-donations) +- [holi-app-goodnews](https://gitlab.holi.team/app/holi-app-goodnews) +- [holi-app-volunteering](https://gitlab.holi.team/app/holi-app-volunteering) +- [holi-app-events](https://gitlab.holi.team/app/holi-app-events) ## Chat -- GitLab