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

Feature SearchResults #29

Closed
2 tasks
HadikaMalik opened this issue Feb 24, 2024 · 1 comment
Closed
2 tasks

Feature SearchResults #29

HadikaMalik opened this issue Feb 24, 2024 · 1 comment

Comments

@HadikaMalik
Copy link
Owner

From React-Module-Project created by SallyMcGrath: CodeYourFuture#6

Create a table to show hotel bookings

Instructions: Create a <SearchResults /> component that shows hotel bookings in a <table> element. Each booking will have an id, title, first name, surname, email, room id, check in date and check out date. You can make up data in the <SearchResults /> component to show in the table. Then show <SearchResults /> component within the <Bookings /> component that is provided. Be sure to split out your components into small well-named components.

Hint: Look in the <Bookings /> component for how to import data from a JSON file.

AS A TEAM

This ticket is too large. Break down this ticket into smaller, well named components, just like we did with Search and SearchButton, Card and Deck, App and AppHeader.

Write your tickets and share them out. You should try to pair on this larger feature as much as you can. Use class time if you can.

Hint: You will find some useful <table> examples in the Bootstrap documentation for tables.

Test:

  • A table should render with a column for each booking attribute.
  • The table can show more than one booking.
@HadikaMalik HadikaMalik moved this from 📋 Backlog to 🔖 Ready in React-Hotel-Website-Planner Feb 24, 2024
@PERicci PERicci moved this from 🔖 Ready to 📋 Backlog in React-Hotel-Website-Planner Feb 24, 2024
@PERicci PERicci self-assigned this Feb 24, 2024
@PERicci PERicci moved this from 📋 Backlog to 🔖 Ready in React-Hotel-Website-Planner Feb 25, 2024
@PERicci PERicci moved this from 🔖 Ready to 🏗 In progress in React-Hotel-Website-Planner Feb 26, 2024
@PERicci
Copy link
Collaborator

PERicci commented Feb 26, 2024

CodeYourFuture#35

@PERicci PERicci moved this from 🏗 In progress to 👀 In review in React-Hotel-Website-Planner Feb 26, 2024
@PERicci PERicci moved this from 👀 In review to ✅ Done in React-Hotel-Website-Planner Feb 29, 2024
@PERicci PERicci closed this as completed Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

2 participants