Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Project Report Food Ordering, Thesis of Computer Science

Project Report Food Ordering for Bhopal

Typology: Thesis

2019/2020

Uploaded on 03/02/2020

janolaf
janolaf 🇺🇸

1 document

1 / 16

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
3
Table of Contents
Abstract ........................................................................................................................................................... 4
Introduction .................................................................................................................................................... 4
Background and Related Work .................................................................................................................... 5
Program Requirements .................................................................................................................................. 5
Implementation ............................................................................................................................................... 8
Results, Evaluation, and Reflection ............................................................................................................ 11
Conclusions and Future Work .................................................................................................................... 11
Bibliography ................................................................................................................................................. 12
Appendices .................................................................................................................................................... 13
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff

Partial preview of the text

Download Project Report Food Ordering and more Thesis Computer Science in PDF only on Docsity!

Table of Contents

  • Abstract
  • Introduction
  • Background and Related Work
  • Program Requirements
  • Implementation...............................................................................................................................................
  • Results, Evaluation, and Reflection
  • Conclusions and Future Work
  • Bibliography
  • Appendices

Abstract

ONLINE FOOD ORDER SYSTEM is a website designed primarily for use in the food delivery industry. This system will allow hotels and restaurants to increase scope of business by reducing the labor cost involved. The system also allows to quickly and easily manage an online menu which customers can browse and use to place orders with just few clicks. Restaurant employees then use these orders through an easy to navigate graphical interface for efficient processing.

Introduction

It is known globally that, in today’s market, it is extremely difficult to start a new small-scale business and live-through the competition from the well-established and settled owners. In fast paced time of today, when everyone is squeezed for time, the majority of people are finicky when it comes to placing a food order. The customers of today are not only attracted because placing an order online is very convenient but also because they have visibility into the items offered, price and extremely simplified navigation for the order. Online ordering system that I am proposing here, greatly simplifies the ordering process for both the customer and the restaurant. System presents an interactive and up-to-date menu with all available options in an easy to use manner. Customer can choose one or more items to place an order which will land in the Cart. Customer can view all the order details in the cart before checking out. At the end, customer gets order confirmation details. Once the order is placed it is entered in the database and retrieved in pretty much real time. This allows Restaurant Employees to quickly go through the orders as they are received and process all orders efficiently and effectively with minimal delays and confusion. Motivation The motivation for designing this application came because my family is involved in the fast food business and I personally do not like waiting for long in the store or to have to call store to place an order especially during the peak lunch or dinner hours. Moreover, I value recent learning about the Java and JSP Programming languages as well as seeing how powerful and dynamic they are when it comes to web designing and applications. The languages used to build this application are JavaScript, JSP, HTML and Java at client facing whereas Oracle database at the back-end because I found them to be extremely useful while working on the technologies. Aim of the Software This software is developed to help computer science students to learn about the Web application designing using JSP and HTML from their basic capabilities to build a complete working application from

Figure 1 The structure of the system can be divided into 3 main logical components:

  • Web Ordering System- provides the functionality for customers to place their order and supply necessary details.
  • Menu Management-allows the restaurant to control what can be ordered by the customers
  • Order Retrieval System-This is a final logical component. Allows restaurant to keep track of all orders placed. This component takes care of order retrieving and displaying order information. Product Function: The Online Food Order System application would have the following basic functions: Web Ordering System Module This module provides the functionality for customers to place their order and supply necessary details. Users of the system, namely restaurant customers, must be provided the following functionality:
  • Create an account.
  • Manage their account.
  • Log in to the system.
  • Navigate the restaurant’s menu.
  • Select an item from the menu.
  • Add an item to their current order.
  • Review their current order.
  • Remove an item/remove all items from their current order.
  • Provide payment details.
  • Place an order.
  • Receive confirmation in the form of an order number.
  • View order placed. Additional Feature:
  • eClub- Allows user to subscribe to eClub to get promotional deals and discounts offers. Out of all the functions outlined above, Account Creation and Management only will be used every time a customer places an order. This will allow to simplify the overall user experience. Menu Management System Module This module provides functionality for the power user-Administrator only. It will not be available to any other users of the system like Restaurant Employees or Customers. Using a graphical interface, it will allow an Admin to manage the menu that is displayed to users of the web ordering system:
  • Add/update/delete food category to/from the menu.
  • Add /update/delete food item to/from the menu.
  • Update price for a given food item.
  • Update additional information (description, photo, etc.) for a given food item. Before customers can actually use this system, functionality provided by this component will have to be configured first. Once the initial configuration is done, this will be the least likely used component as menu updates are mostly seasonal and do not occur frequently. Order Retrieval System Module This is the most simplest module out of all 3 modules. It is designed to be used only by restaurant employees, and provides the following functions:
  • Retrieve new orders from the database.
  • Display the orders in an easily readable, graphical way.

Figure 2 All users of the system, are provided with below menu options: Home, Menu, My Cart, UserAccount, eClub, AboutUs and Contact Web Ordering System Module Customers of the Web Ordering system will interact with the application through an easy to use top navigation menu.

  • “Home” menu option: allows the users to see all food items offered with nice images as well as select an item to place an order.
  • “Menu”menu option: a ‘Drop-Down’ menu, allows users to see all food items per category. Item can then be added to the cart using a single button click.
  • “My Cart (x)”menu option:
    • Allows users to see details of the items placed in cart. Details include Item #, Product Name, Product Image, Product Description, Quantity, Unit Price, Total per item and final Total of the order. It also allows ‘Update’ and ‘Delete’ an item using single button click. User can then use a ‘Proceed to checkout’ button to proceed further.
    • Once, Check Out button is selected, user will be prompted for the Sign In/Sign Up process if not logged in else user will be presented with a simple “Payment Information” form. User will be asked to provide all required details in displayed text boxes and make appropriate Drop- down selections. Then, all this information can be saved using a ‘Save’ button.
    • User will then be presented with a “Review Order” page, which will display Payment Information along with Order details to review. User can then use a ‘Check Out’ button to place an order.
    • Once order is placed, user will be presented with appropriate Order confirmation success/failure message.
  • “MyAccount”: a “Drop Down” menu will display the user orders, Sign In and Sign Out options.
  • eClub- Allows user to subscribe to eClub to get promotional deals and discounts offers. Menu Management System Module Similar to Web ordering system, this module presents Admin with below additional options under “MyAccount” Drop down menu:
  • Add Category: Allows to add a food Category name in a simple form.
  • Add Product: Allows to add Product Name, Description, Price and choose Category in a simple form along with Product Image.
  • Modify Product: Allows updating or deleting product details. Order Retrieval System Module The application will automatically fetch new orders from the database at regular intervals and display the order numbers.
  • Under “MyAcoount’ menu a customer will be able to see only his/her order whereas a Restaurant Employee or an Admin can see all users orders.
  • To view the details of an order, the user must click on that order number, which will display all order details This structure can intuitively be expanded and collapsed to display only the desired information.
  • Should allow users to browse through different product categories: This is achieved through an easy to use graphical interface menu options.
  • Should allow users to save items to the cart and view detailed information about the order: The users can add any number of items to the cart from any of the available food categories by simply clicking the Add to Cart button for each item. Once item is added to the cart, user is presented with detailed order to review or continue shopping.
  • Should allow the user to CheckOut the item(s): This is achieved using the “Proceed to checkout button” in the cart initially and then “CheckOut” button at last step after “review Order” step.. Button is disabled when there are no items in the cart.
  • Should allow the user to process the payment: This is achieved when user selects “Processed to Checkout” button and fill up the Payment information details.
  • Should allow the user to see Success message after placing an order: This is achieved when user successfully places an order. The user is given the order conformation number along with success message. Future Work: The following section describes the work that will be implemented with future releases of the software.
  • Customize orders: Allow customers to customize food orders
  • Enhance User Interface by adding more user interactive features. Provide Deals and promotional Offer details to home page. Provide Recipes of the Week/Day to Home Page
  • Payment Options: Add different payment options such as PayPal, Cash, Gift Cards etc. Allow to save payment details for future use.
  • Allow to process an order as a Guest
  • Delivery Options: Add delivery option
  • Order Process Estimate: Provide customer a visual graphical order status bar
  • Order Status: Show only Active orders to Restaurant Employees.
  • Order Ready notification: Send an Order Ready notification to the customer
  • Restaurant Locator: Allow to find and choose a nearby restaurant
  • Integrate with In store touch screen devices like iPad

Bibliography

1. http://getbootstrap.com/

2. https://www.youtube.com/watch?v=oepmLGQP1m4&list=PLUoqTnNH-

2Xz_BUrjcahKWDhPcUj-FTOt

3. http://www.javazoom.net/jzservlets/uploadbean/uploadbean.html

4. https://javabrains.io/

5. http://www.java2s.com/Tutorial/Java/0360__JSP/JSPDummyShoppingCart.htm

6. https://docs.oracle.com/cd/E24628_01/server.121/e41484.pdf

7. https://www.dcc.fc.up.pt/~zp/aulas/0405/es/geral/bibliografia/O'Reilly%20-

%20JavaServer%20Pages_2nd%20Edition.pdf

Appendices

This section includes figures for ER Diagram and various Web application images. ER Diagram:

**2. Fig B: Home page

  1. Fig C: Menu Section
  2. Fig D: “Sandwich” Menu Selection Page**

**5. Fig E: My Cart

  1. Fig F: Payment Confirmation**

9. Fig I: My Account menu as an “Administrator”