Skip to content

Commit

Permalink
#229 add cevi family fire events
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickuhlmann committed Sep 27, 2024
1 parent 9d747c9 commit ce2c0f7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Event Overview

Visit https://events.cevi.tools/.
Visit [Frontend](https://events.cevi.tools/) or [Backend](https://events-api.cevi.tools/).

Allows the user to search and filter events and courses from the cevi.db. The data is loaded at startup and refreshed once per day.

Expand All @@ -12,7 +12,7 @@ See [Changelog Backend](backend/CHANGELOG.md) and [Changelog Frontend](frontend/

Supports external integration as an iframe. To hide the header and footer the parameter iframe can be set to true, e. g. https://events.cevi.tools?iframe=true

Furthermore filter criterias can be set by uri. The parameters are as follows:
Furthermore, filter criterias can be set by uri. The parameters are as follows:
* organisation, e. g. organisation=Cevi Alpin
* type, possible values: COURSE/EVENT. e. g. type=COURSE
* text, e. g. text=GLK
Expand All @@ -26,7 +26,7 @@ Example: https://events.cevi.tools?iframe=true&organisation=Cevi Schweiz&ype=EVE

Prerequisites
* JDK 21
* Node 20+
* Angular 18.2 see [Version compatibility](https://angular.dev/reference/versions) for the required Node.js version
* Cevi.DB API Token with Scope `Anlässe dieser Ebene`.

Put the token in a file and configure the file path in the environment variable APPLICATION_HITOBITO_API_TOKEN_FILE
Expand Down
5 changes: 5 additions & 0 deletions backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## Version 1.0.10, 27.09.2024

- chore: bump spring boot to 3.3.4
- chore: bump springdoc to 2.6

## Version 1.0.9, 09.06.2024

- chore: bump spring boot to 3.3.0
Expand Down
2 changes: 1 addition & 1 deletion backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>ch.cevi.db</groupId>
<artifactId>adapter</artifactId>
<version>1.0.9</version>
<version>1.0.10</version>
<name>adapter</name>
<description>Adapter to cevi.db</description>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion backend/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ application.hitobito.group.id=1
application.hitobito.instance=db.cevi.ch
application.hitobito.api.token.file=***

application.event.groups.include=FG YWCA,Fachgruppen,Cevi Schweiz,Cevi Region Zürich,Fachgruppe International
application.event.groups.include=FG YWCA,Fachgruppen,Cevi Schweiz,Cevi Region Zürich,Fachgruppe International,Cevi Familie-Füür
application.course.groups.include=Cevi Schweiz,Cevi Region Zürich,Externe Kurse,Cevi Region Bern,Cevi Alpin,Cevi Regionalverband AG-SO-LU-ZG,RV Winterthur-Schaffhausen

logging.level.ch.cevi.db.adapter = DEBUG

0 comments on commit ce2c0f7

Please sign in to comment.