- Updated the logic for retrieving unique users today to ensure only the latest records are considered, improving accuracy in user engagement metrics.
- Enhanced the command table to display user age alongside their name and login count, providing more comprehensive insights into user demographics.
These changes collectively improve the reporting of user statistics and enhance the clarity of the displayed data.
- Updated the command table to include the last login timestamp for each user, providing more detailed insights into user engagement.
- Modified the structure of the statistics display to improve clarity and usefulness of the data presented.
These changes enhance the depth of user engagement statistics and improve overall reporting accuracy.
- Updated the statistics for 'today' to include a list of unique users who logged in, improving the detail and usefulness of the data presented.
- Modified the command table structure to display metrics more clearly, including the date, total logins, and unique users logged in today.
These changes enhance the clarity and depth of user engagement statistics.
- Introduced `commandTable` state in chat store to manage command output.
- Implemented WebSocket listener for `commandTable` messages.
- Enhanced ChatView.vue to display command table with dynamic content and styling.
- Added `clearCommandTable` method to reset command table state.
- Updated server broadcast logic to send structured command table data for various statistics.