Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

GrubClub is a phone application that allows users to place orders for delivery anywhere within the city limits of Chicago. Customers can pick from a

GrubClub is a phone application that allows users to place orders for delivery anywhere within the city limits of Chicago. Customers can pick from a variety of restaurants that deliver the customers' orders.

The order entry process for GrubClub starts when a customer logs into the GrubClub phone app. To log in, customers input their username and password into their phone, and this information is then transmitted to GrubClub's server where it checked for validity.

After the server notifies the customer's phone that the login information was valid, the phone displays a request for the delivery address for where the customer wants their order to be delivered. The customer enters a delivery address which is sent to GrubClub's server. The GrubClub server uses a web service through Google that provides the GrubClub server with an estimate of the distance (in miles) between each restaurant and the customer's delivery address. Using this information, the GrubClub server looks through GrubClub's ERP to identify restaurants that are open and sufficiently close to the delivery address to fill the customer's order (note: assume that a store's status as open or closed is tracked by a different process) . The server then provides the customer with a list of the restaurants from which they can place an order. If there are no available restaurants, an error message is provided to the customer.

The customer can then browse through the list of restaurants. Once the customer selects a restaurant on their phone, that information is sent to the GrubClub server where the current menu (i.e. items and prices) for that restaurant is retrieved from GrubClub's ERP, sent to the customer's phone, and displayed for the customer. (Note: this process may repeat multiple times, if the customer browses menus; however, only show it happening once in your DFDs and SFC).

The customer then selects the items and quantities that they would like delivered. When done entering all items and quantities (note: you can show this as happening in one step), the customer selects the "checkout" option on the phone application. At this point, the order data is sent to GrubClub's server. The server then verifies the restaurant status (i.e. open or closed). If the restaurant closed while the customer was preparing their order, an error message is sent to the customer's phone where it is displayed for the customer. If no error occurs, a customer order that summarizes the restaurant, items, quantities, prices, tax, delivery charge, and expected time to delivery is prepared by the GrubClub server. To prepare the customer order, the GrubClub server accesses the restaurants table in the ERP database to find the average meal prep time (in minutes) for the restaurant that the customer ordered from. It also uses a web service provided by Google to estimate the average trip length (in minutes) for an automobile traveling from the restaurant to the delivery address. The GrubClub server records the customer order before sending it to the customer's phone where it is displayed for the customer.

At this point, the customer reviews the order for accuracy before inputting their credit card information (number, expiration date, and security code), billing address, and phone number to complete the order. This information is then sent to the GrubClub server, which in turn sends the credit card information and order total to a credit company. If the transaction is approved, the credit card company sends an authorization number to GrubClub's server, which then updates the customer order record and sends a confirmation number to the customer's phone where it is displayed for the customer along with the estimated time to delivery.

To finish the process, the customer order information is sent to the appropriate restaurant for order fulfillment and delivery.

Please answer the following questions:

1.1 Provide a table of entities and activities for GrubClub's order entry process (10 points).

1.2 Provide a context DFD for GrubClub's order entry process. (10 points)

1.3 Provide a physical DFD for GrubClub's order entry process (note: for your physical DFD, you must use a separate data store for each table that is being accessed; do not use a single data store for the "enterprise database"; 25 points).

1.4Partition your table of entities and activities and annotate it to designate the sub-processes for your level 0 logical DFD.Draw a level 0 logical DFD. (Note, for your level 0 logical DFD, you must use a separate data store for each table that is being accessed; do not use a single data store for the "enterprise database"; 5 points for partitioned table; 25 points for DFD; 30 points total).

1.5Provide a systems flow chart for GrubClub's order entry process (Note: you can use a single data disk to designate the enterprise database; 25 points).

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Cost Accounting A Managerial Emphasis

Authors: Charles T. Horngren, Srikant M.Dater, George Foster, Madhav

13th Edition

8120335643, 136126634, 978-0136126638

Students also viewed these Accounting questions