Go to file
Nicolas CARON 193f5dfb6f display_name is functional for unsubscribe data 2023-02-17 14:51:43 +01:00
handlers display_name is functional for unsubscribe data 2023-02-17 14:51:43 +01:00
renderer add 'History' page 2023-02-08 09:36:12 +01:00
services fix small issue in go mod 2023-01-17 09:23:16 +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 Fix beneficiaries issue with File numbers 2022-11-07 03:08:59 +01:00
README.md Administration, organizations access rights and véhicles booking 2022-08-12 14:53:54 +02:00
config.go Big refactoring of PARCOURSMOB - Initial commit 2022-08-11 17:26:55 +02:00
go.mod delete subscription and store it in the delete 2023-02-01 16:06:18 +01:00
go.sum Release 5 december 2022 - Agenda and Fleets fixes 2022-12-05 20:06:22 +01:00
main.go add 'History' page 2023-02-08 09:36:12 +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