hngprojects / hng_boilerplate_nestjs

Description
Apache License 2.0
181 stars 105 forks source link

[BUG] Replace Dummy Data with Real-Time Member Information #822

Open Nonso024 opened 2 months ago

Nonso024 commented 2 months ago

Description

The list of active members currently shows placeholder data instead of real-time member information. The backend needs to be updated to pull and display active members from the database dynamically, ensuring the data is accurate and reflects real-time user activity.

Acceptance Criteria

  1. The backend system retrieves real-time member data for the "List of Active Members," with no dummy or placeholder entries present.
  2. The list of active members is dynamically updated as members become active or inactive, without requiring a page refresh.
  3. The data returned includes relevant details such as member name, status (e.g., active, inactive), and any other necessary fields.
  4. The information is accurately fetched from the database, ensuring that the list reflects the current state of active members without any noticeable delays.
  5. The solution is optimized to handle large numbers of active members efficiently, ensuring performance remains smooth even under heavy load.

Purpose

This modification on the backend would ensure the front end displays real-time information of members on the list.

johnson-oragui commented 2 months ago

@Nonso024

Kindly state or add The team this fix belongs to.