hngprojects / hng_boilerplate_nextjs

https://deployment.nextjs.boilerplate.hng.tech
206 stars 264 forks source link

[Bug]: Replace Dummy Data with Real-Time Active Members List #1120

Open Nonso024 opened 2 months ago

Nonso024 commented 2 months ago

Description

The list of active members section is currently displaying placeholder or dummy data instead of actual, real-time member information. This needs to be updated to dynamically pull and display the current list of active members, ensuring that the data is accurate and reflective of real-time user activity. This will enhance the accuracy and reliability of the information presented to users.

Acceptance Criteria

  1. The list of active members displays real-time member data, with no dummy or placeholder entries.
  2. The list updates dynamically as members become active or inactive.
  3. The data displayed includes relevant details such as member name and any other required fields.
  4. The information is accurately pulled from the database and reflects the current state of active members without delays.

Links

LIVE LINK

Images

image

Feng-09 commented 2 months ago

I will work on this