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

Check Availability #26

Open
ue71603 opened this issue Oct 30, 2021 · 0 comments
Open

Check Availability #26

ue71603 opened this issue Oct 30, 2021 · 0 comments
Assignees

Comments

@ue71603
Copy link

ue71603 commented Oct 30, 2021

I think about adding the availability directly on the trip level.

We need the following buttons:

  • Availability

later

  • Pricing
  • Reservation
  • Booking

What happens with Availability

  1. for all transfer legs and public transport legs an availalbe is shown
  2. Mode and Submode are analysed, if they belong to sharing, then
  3. if the operator is in the list of configured operators, then the AvailabilityRequest is sent (currently only Publicar AI
    
  4.     The OJPTrip needs to be recalculated for origin to pickuppoint and from dropoff point to destination (must work also for 
         multiple on demand parts
    
  5.     If ok, replace original trip in Resultset with the newly calculated trip.
    
  6.         Set ok
    
  7.     Else
    
  8.         Mark trip as not feasible
    
  9.    else
    
  10.       Set available to ok 
    
  11. else
  12.  Set available to ok
    

Pricing/Reservation/Booking will be handeled in a different issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

3 participants