Improve README
This commit is contained in:
parent
3792404e16
commit
e9176dc0ee
23
README.md
23
README.md
|
@ -1,4 +1,25 @@
|
|||
# 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
|
||||
|
|
Loading…
Reference in New Issue