adrianhajdin / zoom-clone

Learn to develop a professional enterprise-ready video conferencing app in hours using Next.js 14, Stream, and Tailwind CSS.
https://jsmastery.pro
905 stars 294 forks source link

ISSUE: Upcoming Calls/Meetings is Hardcoded #17

Closed tazheeb-shamsi closed 3 months ago

tazheeb-shamsi commented 3 months ago

image

The Home component currently has hard-coded logic for displaying upcoming calls/meetings. This approach is not dynamic and doesn't reflect real-time data from the source. We need to refactor the component to fetch and display upcoming calls/meetings dynamically as specified in the above pinned image.

Expected Behavior:

The Home component should dynamically fetch and display upcoming calls/meetings using real-time data.

Actual Behavior:

The Home component displays hardcoded information for upcoming calls/meetings.