Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for On Demand Services (OSDM-TOMP interoperability) #372

Open
CGantert345 opened this issue Nov 3, 2023 · 3 comments · May be fixed by #655
Open

Support for On Demand Services (OSDM-TOMP interoperability) #372

CGantert345 opened this issue Nov 3, 2023 · 3 comments · May be fixed by #655
Assignees
Labels
documentation Improvements or additions to documentation improvements New feature or request
Milestone

Comments

@CGantert345
Copy link
Contributor

https://github.com/UnionInternationalCheminsdeFer/OSDM/wiki/I-6-Add-support-for-new-mobility-services

@CGantert345 CGantert345 added the improvements New feature or request label Nov 3, 2023
@CGantert345 CGantert345 added this to the 3.2.0 milestone Nov 3, 2023
@jspetrak
Copy link
Collaborator

OSDM should first integrate overlapping scenarios/situations.

OSDM partners interested in on-demand should be questioned and their needs integrated first.

TOMP-API is expected to work behind and not being replicated 1:1 to OSDM API.

@CGantert345 CGantert345 added the documentation Improvements or additions to documentation label Jan 8, 2024
@CGantert345 CGantert345 modified the milestones: 3.2.0, 3.3.0 Feb 1, 2024
@jspetrak jspetrak changed the title Support for On Demand Services Support for On Demand Services (OSDM-TOMP interoperability) Apr 10, 2024
@CGantert345 CGantert345 modified the milestones: 3.3.0, 3.4.0 Jun 7, 2024
@CGantert345
Copy link
Contributor Author

CGantert345 commented Aug 2, 2024

TODO
GET ContinuousServices (bookingPartId, geo-coordinate) --> List of available services, indication of close by services to be pre-allocated

POST PreAlocateService (serviceId) --> PreallocatedService (Service is blocked for a few minutes)
DELETE PreAlocateService (serviceId)

POST AllocateService(serviceId) --> AllocatedService (Usage starts)

PATCH AllocateService(id) --> end usage (add picture of parking, usage ends)

GET ContinuousServices --> update consumption

@jspetrak jspetrak linked a pull request Aug 16, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment