1 / 8

Tacos 2 Go

Tacos 2 Go. Eunice Noriega-Hill CS 491B. Introduction. Online Shopping Convenience Clients No waiting on Phone Accurate orders Managers Make their own changes. Motivation. Personal Use Web Programming Marketable to Restaurants. Technology. Tomcat Java MySQL JSP JSTL

Thomas
Download Presentation

Tacos 2 Go

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Tacos 2 Go Eunice Noriega-Hill CS 491B

  2. Introduction • Online Shopping Convenience • Clients • No waiting on Phone • Accurate orders • Managers • Make their own changes

  3. Motivation • Personal Use • Web Programming • Marketable to Restaurants

  4. Technology • Tomcat • Java • MySQL • JSP • JSTL • JavaScript

  5. Components Database Tables • menuItems (iid, iName, iDescription, iStatus, iPrice, iGroup, imageName, iSpecial ) • employees (eid, eusername, estatus, epassword, etype, eSSN, eFName, eLName, eHireDate, eAddress, eCity, eZipCode) • clients (cid, cuser, cFName, cLName, cAddress, cCity, cZipCode, cEmail, cPhone, cpassword, CCNumber) • reservations (rid, cid, peopleNumber, preference, rdate, rtime) • orders(oid, cid, stamp, pickupDate, instructions, total) • orderDetails (odid, oid, did, double, details) Session-based cart bean

  6. Clients Interface Restaurant Client About Main Menu Log-in Register Location/ Directions Cart Reservations Reservations

  7. Manager Interface Manager Log-in Main Manage Menu View Reports Manage Users Tacos 2 Go Main Add/Edit/Delete Menu Items Add /Delete Users

  8. Conclusion • Learning experience • Future Improvements • Inventory, Labor cost • Project Demo • Questions & Suggestions

More Related