Home > PizzaDeliverySystem

PizzaDeliverySystem

PizzaDeliverySystem is a project mainly written in ..., it's free.

This is our Souftware Engineering 361 project. A team of 5 people, including myself, all worked on developing this software and the supporting documents. Note: This project was too large to finish in the given time. Also, all revision history is miss

This is SE-361 Team A's Pizza Delivery System. This project was created as per the requirements of the SE-361 class.

                    ##################################
                    ###         How to Run         ###
                    ##################################
  1. javac *.java

  2. java PDSys [cli/gui]

                     ##################################
                     ###         Features           ###
                     ##################################
  3. Add orders to be delivered

  4. Cancel orders at any point (even while they're on their way to be delivered)

  5. View past orders and their transit through the kitchen and delivery process

  6. Track locations of drivers (where they are en route to, etc)

  7. Alter simulation speed while simulation is running

  8. View customers

  9. Alter kitchen configuration via the configuration file.

  10. Pause/Play simulation

  11. Edit customers name/phone/address

                     ##################################
                     ###         Project Info       ###
                     ##################################

    Authors:

    • Ryan Brown
    • Grant Kurtz
    • Jason Greaves
    • Matthew Frey
    • Svyatoslav Sivov

The whole project is managed through Mercurial as hosted on BitBucket behind a private repository. Our project can be found at the following link: https://bitbucket.org/mmmeff/pdsys

This file was modified by IntelliJ IDEA 10.5.2 for binding GitHub repository

Previous:Requestor