arrow_back Back to Tickets

Ticket #c21402

open

Problem

Update “online Now” status for other users that are online.

Priority

5

Project Name

zfrika

Strategy

Use a json file that tracks who is online and let other users know.

Previous Steps

Review the code to see how we know who is online. id="online-users" onlineUsersContainer Function updateOnlineUsers() this.onlineUsers There is an array of users called. this.users = [ { id: 'john_doe', name: 'John Doe', email: 'john@254kenya.com', online: true, lastSeen: new Date( ) },

Next Steps

Populate this json users on the local storage. Create a json file on the server that tracks how many users are online. When you click on a user name, you should be able to see their profile and email them. Or schedule a video chat. If they accept the video chat request you can chat. Created a user.json file in public/json/ Can we call it successfully? Who handed messaging-system.ejs the <%- data %>. MessagesRoutes.js

Ticket Information

Ticket ID: 690e26b3437ec12426c21402
Date Initiated: 10/20/2025, 4:03:00 PM
Status: open
Created: 11/7/2025, 9:04:51 AM
Last Updated: 11/7/2025, 11:04:53 AM