Go to file
Maxime 5a89c8b24a create booking done 2024-09-25 15:16:02 +02:00
.idea [+] adding in beneficiary-events the agenda-widget 2023-09-06 13:28:02 +02:00
handlers create booking done 2024-09-25 15:16:02 +02:00
renderer create booking done 2024-09-25 15:16:02 +02:00
services fix connection 2024-08-07 15:01:01 +02: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 add routing-service to parcourmob 2024-08-08 13:22:09 +02:00
go.sum add routing-service to parcourmob 2024-08-08 13:22:09 +02:00
main.go Create booking done 2024-09-18 15:56:13 +02: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