Improve README

This commit is contained in:
Arnaud Delcasse 2023-01-10 09:03:07 +01:00
parent 3792404e16
commit e9176dc0ee
1 changed files with 22 additions and 1 deletions

View File

@ -1,4 +1,25 @@
# COOPGO Standard Covoiturage # COOPGO Standard Covoiturage
Implementation of the [Standard Covoiturage](https://github.com/fabmob/standard-covoiturage/) specification. This library is part of the COOPGO Technical Platform and provides cleint and server implementations of the standard. WORK IN PROGRESS
Golang implementation of the [Standard Covoiturage](https://github.com/fabmob/standard-covoiturage/) specification. This library is part of the COOPGO Technical Platform and provides client and server implementations of the standard.
## Progress :
### Server
- [X] Get Driver Journeys
- [X] Get Passenger Journeys
- [X] Get Driver Regular Trips
- [X] Get passenger Regular Trips
- [ ] Booking
- [ ] Booking events
### Client
- [ ] Get Driver Journeys
- [ ] Get Passenger Journeys
- [ ] Get Driver Regular Trips
- [ ] Get passenger Regular Trips
- [ ] Booking
- [ ] Booking events