diff --git a/README.md b/README.md index 0bbebeb..4af27db 100644 --- a/README.md +++ b/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