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

As a buyer, I want to see all the restaurants available, so that I can pick one to see its menu #1

Open
StanleySathler opened this issue May 26, 2019 · 0 comments
Assignees

Comments

@StanleySathler
Copy link
Member

StanleySathler commented May 26, 2019

Story

As a buyer,
I want to see all the restaurants available,
So that I can pick on to see its menu.

Acceptance criteria

  • Given the main page, when rendered, then all the restaurants available should be listed.
  • Given a restaurant card, when rendered, then should show restaurant's name, rate, food type, delivery time and delivery tax.
  • Given a restaurant card, when clicked, then a new page should be opened.

Description

This is the app's main page, where everything starts. For now, all we need is to show all the restaurants available in our "database".

Remember: our "database" will, initially, be static data. It can come from a static JSON data or even be a static array in any of our JavaScript files. Let's start simple.

Screen Shot 2019-05-30 at 9 37 39 PM

@leandrocollares leandrocollares self-assigned this May 30, 2019
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

No branches or pull requests

2 participants