[x] The storybook should contain the following three React components: MenuItemReviewsTable, menuitemreviewsFixtures (the second one being a React fixtures component), and MenuItemReviewsIndexPage storybook pages component
[x] Adding MenuItemReviewsTable component should allow us to see the frontend React portion of the Menu Item Reviews table, which displays the following: columns titled id, Item Id, Email, Rating, Date Reviewed, and Feedback from left to right
[x] The menuitemreviewsFixtures component should allow us to show two versions of the Menu Item Reviews table: Empty table, which displays the columns as stated above but with NO entries, and Three Menu Item Reviews table, which displays those same columns but this time with THREE MenuItemReview entries fully populated
[x] The MenuItemReviewsIndexPage storybook pages component should display the same exact information as the index page that is retrieved by clicking on the Menu Item Reviews nav bar menu item, and then clicking on the List menu item from the dropdown menu item
MenuItemReviewsTable
,menuitemreviewsFixtures
(the second one being a React fixtures component), andMenuItemReviewsIndexPage
storybook pages componentMenuItemReviewsTable
component should allow us to see the frontend React portion of theMenu Item Reviews
table, which displays the following: columns titledid
,Item Id
,Email
,Rating
,Date Reviewed
, andFeedback
from left to rightmenuitemreviewsFixtures
component should allow us to show two versions of theMenu Item Reviews
table:Empty
table, which displays the columns as stated above but with NO entries, andThree Menu Item Reviews
table, which displays those same columns but this time with THREE MenuItemReview entries fully populatedMenuItemReviewsIndexPage
storybook pages component should display the same exact information as the index page that is retrieved by clicking on theMenu Item Reviews
nav bar menu item, and then clicking on theList
menu item from the dropdown menu item