Skip to content

Rica320/ltw

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LTW Project

Description

Create a website where restaurants can list and offer their menus for take-away. To create this application, students should:

  • Create an SQLite database that stores information about restaurants, menus, dishes, customers, and orders.
  • Create documents using HTML and CSS representing the application's web pages.
  • Use PHP to generate those web pages after retrieving/changing data from the database.
  • Use Javascript to enhance the user experience (for example, using Ajax).

Implemented Base Features

All base requirements were implemented.

Accounts

  • Register new account
  • Login/Logout
  • Edit Profile (including photo)
  • Delete Profile
  • Users can stack functions roles

Restaurants

  • Add Restaurant
  • Edit Restaurant
  • Remove Restaurant
  • Restaurant Photos
  • Searchable & Sortable
  • Mark as favorite

Dishes

  • Add Dish
  • Edit Dish
  • Remove Dish
  • Dish Photos
  • Searchable & Sortable
  • Mark as favorite

Reviews

  • List Restaurant Reviews
  • Customer Make Review with photo
  • Owner Can Answer Reviews

Orders

  • Owners can see orders
  • Owners can change order state
  • Customer can see orders and status

Extra Features

Most additional suggested requirements were also implemented.

+ Courier / Driver

  • Added Courier User
  • Courier can find ready plates to pickup at nearby restaurants
  • Courier can update delivery order status
  • Courier can cancel a delivery
  • Courier can alow geolocation tracking while delivering
  • Customer can check Courier geolocation with Google Maps API

+ Orders

  • Orders have extra information for the Courier
  • Order's Kanbord for Owner and Courier
  • Customer & Owners can cancel orders
  • Customer recieves notification with sound after order status change

+ Others

  • User actions notifications of types: info, error, success
  • Cart can include multiple restaurants and the orders will be split by restaurant
  • Some REST API's were developed
  • Image Carousel for Restaurants & Plates
  • Search plate category inside Restaurant Page

Deployment of the website can be found in TastyEats

Credentials

We have 3 kinds of users: Customer, Owner, Courier. You can use the following demo user credentials:

Users Email Password
Customer [email protected] batata
Owner [email protected] batata
Courier [email protected] batata

Workgroup

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 70.5%
  • CSS 16.1%
  • JavaScript 13.4%