Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arby’s Classic Sandwiches #18

Closed
acodesmith opened this issue Jan 3, 2018 · 1 comment
Closed

Arby’s Classic Sandwiches #18

acodesmith opened this issue Jan 3, 2018 · 1 comment
Assignees
Projects

Comments

@acodesmith
Copy link
Owner

a) 2 types (different prices)
b) No sauce configurations
c) Bulk prices for quantities of 20 or more:
Display pricing to user in increments
QTY Classic Roast Beef 20 $52.00
40 $102.00
60 $150.00
80 $192.00 100 $225.00
of 20 sandwiches:
Beef ‘N Cheddar $56.00
$110.00
$162.00
$208.00 $245.00
d) System will allow user to input any number of sandwiches, and will utilize the following formulas to determine bulk pricing based on quantity:
Classic Roast Beef 20 $52.00
40 $102.00
60 $150.00
80 $192.00 100 $225.00
must start at 20 can order up to 40 at $2.60 each must start at 40 can order up to 60 at $2.55 each must start at 60 can order up to 80 at $2.50 each must start at 80 can order up to 100 at $2.40 each must start at 100 can order unlimited at $2.25 each
Beef ‘N Cheddar Classic
20 $56.00 40 $110.00 60 $162.00 80 $208.00 100 $245.00
must start at 20 can order up to 40 at $2.80 each must start at 40 can order up to 60 at $2.75 each must start at 60 can order up to 80 at $2.70 each must start at 80 can order up to 100 at $2.60 each must start at 100 can order unlimited at $2.45 each

@acodesmith acodesmith self-assigned this Jan 3, 2018
@acodesmith acodesmith added this to To Do in 1.0 via automation Jan 3, 2018
@acodesmith acodesmith moved this from To Do to In Progress in 1.0 Feb 14, 2018
@acodesmith
Copy link
Owner Author

Done on local. Need to move to production.

1.0 automation moved this from In Progress to Done Feb 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
1.0
  
Done
Development

No branches or pull requests

1 participant