Go to file
soukainna 3bfd2e1bfe fix err merge 2023-05-19 10:50:15 +02:00
handlers fix err merge 2023-05-19 10:50:15 +02:00
renderer Merge branch 'modifyVehicle' into dev 2023-05-19 10:45:34 +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 Fix beneficiaries issue with File numbers 2022-11-07 03:08:59 +01:00
README.md Same vehicle type requested 2023-03-10 16:11:26 +01:00
config.go Big refactoring of PARCOURSMOB - Initial commit 2022-08-11 17:26:55 +02:00
go.mod edit handlers vehicle-management for unbooking a vehicle 2023-05-10 09:52:57 +02:00
go.sum Same vehicle type requested 2023-03-10 16:11:26 +01:00
main.go edit config.yaml to add delete_booking route 2023-05-03 14:29:43 +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