Live blogging from SymfonyLive London 2019

This commit is contained in:
Oliver Davies 2019-09-13 14:54:36 +01:00
parent 7fc68de44a
commit 5880c4dc8c

View file

@ -457,7 +457,14 @@ SPAs are sometimes teh right solution. Why do they want to use it, can the same
* Can we get the same outcome when the event changes? Can we change 'When' and 'Then stays the same'
- When it is booked for an adult and a child
- When it is booked for an adult
* Does anything else happen that is not mentioned? Generate an invoice if a seat is booked, a pilot would like to get a notification that a seat was booked.
* Does anything else happen that is not mentioned?
* Generate an invoice if a seat is booked
* a pilot would like to get a notification that a seat was booked.
- Figuring out the rules
+ Adults are 15+ years old
+ Children are 2-14 years old
+ Infants and children can only travel with an adult
+ We don't allow for overbooking
## Migrating to Symfony one route at a time (Steve Winter)