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

SockReviewsDisplay: Show all reviews #8

Open
5 tasks
Laoujin opened this issue May 13, 2019 · 0 comments
Open
5 tasks

SockReviewsDisplay: Show all reviews #8

Laoujin opened this issue May 13, 2019 · 0 comments

Comments

@Laoujin
Copy link
Member

Laoujin commented May 13, 2019

File: SockReviews.tsx

Right now the <SockReviewsDisplay /> displays just the amount of reviews. This just won't do for Business.

// models.ts
export interface SockReviewModel {
  name: string;
  rating: number;
  fullReview: string;
}
  • Display all reviews
  • Show a more... link if the fullReview is too long
  • Only show first 2 reviews and allow the rest to be made visible with a button
  • Show the rating with stars
  • Add a button to sort on rating asc/desc
@Laoujin Laoujin added Forms Forms all the way and removed Forms Forms all the way labels May 13, 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

1 participant