Go to file
Nicolas CARON c291fc3bd4 edit dockerfile 2023-08-21 13:09:14 +02:00
handlers add filter in export fleets 2023-06-02 14:43:56 +02:00
renderer Merge branch 'main' into dev 2023-05-31 11:19:04 +02:00
services Merge branch 'infoAboutGroupMember' into dev 2023-02-22 14:04:09 +01:00
utils Improve vehicles management 2022-11-07 01:24:16 +01:00
.gitignore Remove themes from this repo 2022-11-06 18:44:29 +01:00
Dockerfile edit dockerfile 2023-08-21 13:09:14 +02:00
README.md update dependency to new version of coopgo mobility accounts 2023-04-03 20:33:05 +02:00
config.go Big refactoring of PARCOURSMOB - Initial commit 2022-08-11 17:26:55 +02:00
go.mod replace 2023-08-08 12:07:50 +02:00
go.sum replace 2023-08-08 12:07:50 +02:00
main.go add export agenda by Salim 2023-06-01 14:11:03 +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