From 9aca73f55754788b6e1f314a0aa2ab862ed14f93 Mon Sep 17 00:00:00 2001
From: Rob Hedgpeth
Date: Wed, 5 Feb 2020 10:03:55 -0600
Subject: [PATCH] Updates
---
Bookings/README.md | 9 +++++++++
Bookings/src/client/src/components/Dashboard.js | 2 +-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/Bookings/README.md b/Bookings/README.md
index 60188c1..931ea7e 100644
--- a/Bookings/README.md
+++ b/Bookings/README.md
@@ -25,6 +25,7 @@ The following will walk you through the steps for getting this application up an
1. [Grab the code](#grab-code)
2. [Build the code](#build-code)
3. [Run the app](#run-app)
+ 4. [Creating data](#create-data)
5. [Smart Transactions](#smart-transactions)
6. [Cross-Engine Queries](#cross-engine-queries)
7. [Support and Contribution](#support-contribution)
@@ -228,6 +229,14 @@ npm start
+### Adding data for the app
+
+Upon running the application you will notice that searching for flights and viewin upcoming trips yields no results. This is because there currently no transactional flights, tickets, or trips data. Because this application is merely meant for demonstration purposes only you will need to provide *relevant* data within the following:
+
+* innodb_schema.flights
+* innodb_schema.tickets
+* innodb_schema.trips
+
## Smart Transactions
At this point you're probably wondering, what are smart transactions?
diff --git a/Bookings/src/client/src/components/Dashboard.js b/Bookings/src/client/src/components/Dashboard.js
index 9419210..f94a695 100644
--- a/Bookings/src/client/src/components/Dashboard.js
+++ b/Bookings/src/client/src/components/Dashboard.js
@@ -90,7 +90,7 @@ export default class Dashboard extends Component {
Book a Trip!
this.toggleSection(1)} className={this.getNavClasses(1)}>
-
Upcoming Trips (2)
+ Upcoming Trips