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

User Can View Posts in Carousel #18

Open
16 tasks
tiffanydbrown opened this issue Jan 30, 2024 · 0 comments
Open
16 tasks

User Can View Posts in Carousel #18

tiffanydbrown opened this issue Jan 30, 2024 · 0 comments

Comments

@tiffanydbrown
Copy link
Owner

tiffanydbrown commented Jan 30, 2024

⚙️ Feature

What capability will users have when this feature is merged?

Users can View Posts in the Carousel

📐 Functionality

A description of how the application will work from the perspective of the user.

The most recent highest-rated posts (up to 5) will be displayed in the carousel on the landing page.
User will be able to navigate through posts using the prev and next arrows on the carousel.

🖼️ Wireframes

Wireframe screenshot(s) of what the app should look like when it is complete.

✅ Task Lists

Commit checklists for tasks needed to complete the feature.

⚡ Client Tasks

  • Update component to auto-rotate through images.
  • Update the component to display the most recent highest-rated reviews.
  • Make the reviews displayed clickable from the carousel.

🧑‍⚕️ Clean Up Tasks

  • Make sure that no React state objects are being mutated.
  • Make sure that no event listeners are manipulating the DOM directly.
  • Make sure that click targets are either <a> or <button> elements.
  • Make sure all click targets show a cursor: pointer when hovering with the mouse.
  • Remove all buttons and placeholders that do not serve the functionality of the feature.
  • Remove all console logs.
  • Remove all commented-out code.
  • Remove all CSS properties that have no effect.
  • Check all code for proper formatting and indentation.
  • Confirm that there are no errors in the console while using the application.
  • Confirm that all previous functionality still works without errors.
  • Confirm that the user interface looks natural on mobile and desktop screens.
  • Create GIFs of the feature being used on both mobile and desktop screen sizes for inclusion in Pull Request.
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

1 participant