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

Duplicate Feedback Sessions Appear on Student Page #13199

Open
DhiraPT opened this issue Jan 20, 2025 · 0 comments
Open

Duplicate Feedback Sessions Appear on Student Page #13199

DhiraPT opened this issue Jan 20, 2025 · 0 comments

Comments

@DhiraPT
Copy link
Contributor

DhiraPT commented Jan 20, 2025

After navigating to the Student Home page, the correct number of feedback sessions is initially displayed. However, after a few seconds, the list gets duplicated, leading to redundant entries.

Steps to reproduce

  1. Navigate to the Student Home page.
  2. Observe the initial list of feedback sessions (correct number of sessions displayed).
  3. Wait a few seconds without refreshing the page.
  4. Notice that the feedback sessions are duplicated.

Expected behaviour

  • The Student Home page should display each feedback session only once.

Actual behaviour

  • Initially, the correct number of feedback sessions is displayed.
    Image
  • After a few seconds, duplicate entries are added to the list.
    Image

Possible causes:

  • Duplicate API calls fetching session data multiple times.
  • A frontend re-render issue causing duplicate entries to appear.
  • Improper state management leading to multiple insertions.

Environment: Production environment

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