Git Product home page Git Product logo

sandwichshop's Introduction

## SETUP AND USAGE ##

The class orderSandwich.py, found in this folder, is a short script to 
generate a fast food work schedule.  It builds the schedule from the
number of sandwiches ordered, and it outputs the updated schedule.

In order to use this code, you should create an instance of the class,
and use the order function.  This example orders 5 sandwiches:

import orderSandwich
oS = orderSandwich.orderSandwich()
oS.order(5)

Unit testing can be done with testing.py.  Just run the script in a terminal.

------------------------------------------------------------------------------
## FUNCTIONS ##

order(n=1)
    Update the schedule with a new order.  This defaults to 1 sandwich.
    
outputSchedule()
    Print the current complete schedule to terminal without changes.

calculateTime()
    Return a string representing the latest time a task can begin.

makeSandwich()
    Update internal variables related to making a sandwich.
    
serveSandwich()
    Update internal variables related to serving a sandwich.
    
takeBreak()
    Update internal variables related to taking a break.



------------------------------------------------------------------------------
## TESTING ##

Tests include:

1) Is time format returned as a string?
2) Does makeSandwich() update time properly?
3) Does serveSandwich() update time properly?
4) Does takeBreak() update time properly?
5) Does makeSandwich() update sequence number properly?
6) Does serveSandwich() update sequence number properly?
7) Does takeBreak() update sequence number properly?

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.