Go to file
sbouaram 6299a6c7be cache refactoring 2023-05-19 10:06:30 +02:00
handlers AdministrationGroupInviteMember 2023-04-25 04:37:20 -04:00
renderer api/cache 2023-04-20 13:14:25 +03:00
services api/cache 2023-04-20 13:14:25 +03:00
themes@d6de19d8e2 api/cache 2023-04-20 13:14:25 +03:00
utils cache refactoring 2023-05-19 10:06:30 +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 api/cache 2023-04-20 13:14:25 +03:00
go.sum api/cache 2023-04-20 13:14:25 +03:00
main.go api/cache 2023-04-20 13:14:25 +03: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