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

Add service for getting target user reviews & display them in CommentsWithRatingBlock #2936

Open
wants to merge 4 commits into
base: feature/2910/review-modal
Choose a base branch
from

Conversation

dudchakk
Copy link
Contributor

@dudchakk dudchakk commented Dec 4, 2024

Description: This pull request introduces a service to fetch user feedback and replaces the previously mocked feedback in the user profile with real data.

Updates:

  • Created getUserReviews service for retrieving user feedback from the backend;
  • Updated the CommentsWithRatingsBlock.tsx component to integrate the feedback service in user profile;
  • Replaced mocked feedback data with live data fetched from the service.

How it works:

Recording.reviews-in-profile.mp4

@dudchakk dudchakk added Frontend part feature Functional Something isn't working labels Dec 4, 2024
@dudchakk dudchakk self-assigned this Dec 4, 2024
@dudchakk dudchakk linked an issue Dec 4, 2024 that may be closed by this pull request
2 tasks
Copy link

sonarqubecloud bot commented Dec 5, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
27.2% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(SP: 2) Implement fetching and displaying real reviews in user profile
1 participant