GreenPets is an innovative platform designed for plant lovers and aspiring plant parents. This unique tool helps users find the perfect plants that suit their lifestyle and expertise level.
Result card display(Card Filtering / Results styling)
[x] Bug
[ ] Feature
[ ] Tech Debt
Description
After answering the questions in the application the results will sometimes consist of duplicates or plant cards without images due to that card not having an image provided or because we would need to upgrade our API plan.
The background image was only displayed on the upper top portion of the page instead of displaying consistently even when scrolling down the page.
On the results page, white space was noticeable on the left-hand side.
On the result page in smaller viewports some cards had different height due to the title of the plants being on two lines.
Ticket Item
NA
Steps to Reproduce Bug - Duplicates/plants with no images
Open the project
Navigate to Questions.tsx
Comment out lines 129 and 130
Then just insert data.plantsBasicInfo into the dispatch(setQueryRes()); method
When you run the application and navigate to the get started page you should now see cards with no images and cards that are duplicates.
Steps to Reproduce Bug - White space around the results page
Open the project and navigate to UnstyledNavbar.tsx
Overview
Result card display(Card Filtering / Results styling)
Description After answering the questions in the application the results will sometimes consist of duplicates or plant cards without images due to that card not having an image provided or because we would need to upgrade our API plan.
The background image was only displayed on the upper top portion of the page instead of displaying consistently even when scrolling down the page.
On the results page, white space was noticeable on the left-hand side.
On the result page in smaller viewports some cards had different height due to the title of the plants being on two lines.
Ticket Item NA
Steps to Reproduce Bug - Duplicates/plants with no images
data.plantsBasicInfo
into thedispatch(setQueryRes());
methodSteps to Reproduce Bug - White space around the results page
Steps to Reproduce Bug - Background not fixed when scrolling down the page
justify-content:center
Steps to Reproduce Bug - Card height being different height in smaller viewports
height: 50px;
withmin-height: 50px
Previous behavior -Duplicated plants and plants with no images would appear in the results
Expected behavior A clear and concise description of what you expected to happen.