Coder Social home page Coder Social logo

database-final's Introduction

DatabaseFINAL-Project

Group Members

*Brian Hillis
*Jason Teserau
*Logan Jakuboski
*Christian Caldwell

Link to Website

http://jasontesreau.epizy.com/databaseFinal/login.php

Login information

Username:test
Password:pass

Description of our application

Our application is designed to be used as a restaurant hostess application. Our program’s main goal is to help hostesses stay organized through an easy to use interface. The hostess can change the status of a table to reserved, walk-in, or empty and easily identify them by a change in color or receiving information through the "get information" button. This can eliminate confusion between hostesses by making the process easier, faster, and more reliable.

Our project was completed in 4 face-to-face meetings where we collaborated on the ideas, coding, and research for our project. All files were uploaded upon full completion except the README.md and some preliminary commitments.

Schema of Database

Table - reserveTable - table of reservations made previous to arriving at the restaurant
*firstName - first name of the person making the reservation
*lastName - last name of the person making the reservation
*arrivalTime - what time the party thinks they will arrive
*numberInParty - number of members in the party to be seated
*seatID - ID of the table they will be seated at

Table - walkInTable - table of times walkin customers arrived and where they are sitting
*seatID - ID of the table they are seated at
*time - time that the party arrived at the restaurant

ERD

alt text

CRUD

Create - We implemented create through the use of the INSERT keyword(add.php and addW.php). Every time someone makes a reservation we create data for them, and add it to the reserveTable database. Every time someone walks in we also create data for them and add it to the walkInTable database.

Read - We implemented read through the use of the SELECT keyword (readWI.php and readRI.php).If the hostess wants to see all the information in the tables, they can press the get info button on the control panel. We also take information from the database and portray it as a color filling the table. The hostess then sees the color of the table and can sit parties at empty table.

Update - We implemented update through the UPDATE keyword (update.php). We are updating the information for a reservation if the person decides to change information like the time or number in party.

Delete - We implemented delete through the use of the DELETE keyword(delete.php). We are deleting data when peoples reservations have expired or a customer leaves.

Video Link

https://www.youtube.com/watch?v=fLpEok9wWAQ

database-final's People

Contributors

brianhillis avatar segfaultcity avatar

Stargazers

Jason Tesreau avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.