Go to file
Arnaud Delcasse 498b12de18
Build and Push Docker Image / build_and_push (push) Failing after 54s Details
fix dependencies in go.mod
2024-05-20 17:25:31 +02:00
.gitea/workflows test actions 2024-04-10 09:18:24 +02:00
.idea [+] adding in beneficiary-events the agenda-widget 2023-09-06 13:28:02 +02:00
handlers [+] Correction for véhicule partages 2023-12-08 13:29:25 +01:00
renderer [+] merge main.go 2023-11-24 17:04:10 +01:00
services [+] Correction for véhicule partages 2023-12-08 13:29:25 +01:00
themes@db4c22699e [+] adding in beneficiary-events the agenda-widget 2023-09-06 13:28:02 +02:00
utils [+] adding in beneficiary-events the agenda-widget 2023-09-06 13:28:02 +02:00
.gitignore Remove themes from this repo 2022-11-06 18:44:29 +01:00
Dockerfile api/cache 2023-04-20 13:14:25 +03:00
README.md api/cache 2023-04-20 13:14:25 +03:00
config.go api/cache 2023-04-20 13:14:25 +03:00
go.mod fix dependencies in go.mod 2024-05-20 17:25:31 +02:00
go.sum [+] Correction for véhicule partages 2023-12-08 13:29:25 +01:00
main.go [+] Correction for véhicule partages 2023-12-08 13:29:25 +01:00

README.md

PARCOURSMOB

The PARCOURSMOB inclusive mobility platform.

Differences with previous "RIDYGO Insertion Sociale"

This new version of PARCOURSMOB brings :

  • A delegation on authentication and identification to an external OpenID Connect Provider like COOPGO Mobility Accounts
  • A configurable and themeable approach of rendering web pages : the default theme is located in the folder themes/default/
  • A modular architecture based on groups and access rights, using COOPGO Groups Management
  • A distributed cache system through etcd to handle distributed state management like pagination in a cloud native way