From 5880c4dc8c04106590398fe98c5475aee7524243 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 13 Sep 2019 14:54:36 +0100 Subject: [PATCH] Live blogging from SymfonyLive London 2019 --- .../2019-09-13-live-blogging-symfonylive-london.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/source/_posts/2019-09-13-live-blogging-symfonylive-london.md b/source/_posts/2019-09-13-live-blogging-symfonylive-london.md index 0cc032e3..c284e959 100644 --- a/source/_posts/2019-09-13-live-blogging-symfonylive-london.md +++ b/source/_posts/2019-09-13-live-blogging-symfonylive-london.md @@ -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)