Skip to content

Takeaway Challenge (partial) - #2240

Open
GeorgeDainton wants to merge 2 commits into
makersacademy:mainfrom
GeorgeDainton:main
Open

Takeaway Challenge (partial)#2240
GeorgeDainton wants to merge 2 commits into
makersacademy:mainfrom
GeorgeDainton:main

Conversation

@GeorgeDainton

@GeorgeDainton GeorgeDainton commented May 3, 2022

Copy link
Copy Markdown

George Dainton

Please write your full name here to make it easier to find your pull request.

User stories

Please list which user stories you've implemented (delete the ones that don't apply).

  • [Y] User story 1: "I would like to see a list of dishes with prices"
  • User story 2: "I would like to be able to select some number of several available dishes"
  • User story 3: "I would like to check that the total I have been given matches the sum of the various dishes in my order"
  • User story 4: "I would like to receive a text such as "Thank you! Your order was placed and will be delivered before 18:52" after I have ordered"

README checklist

Does your README contains instructions for

  • how to install,
  • how to run,
  • and how to test your code?

Here is a pill that can help you write a great README!

Comment thread lib/order.rb
@@ -0,0 +1,11 @@
class Order

def initialize(menu = Menu.new)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(menu = Menu.new) may not need to be there, on the next line you could have @menu = Menu.new

@AKCDNG AKCDNG left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good! Just the one change from my perspective :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants