-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
We need to enhance the user profile page by displaying user-specific logs. This will allow administrators and users to review activity and system events directly within the profile view.
Requirements:
• Fetch and display logs associated with the user.
• Logs should include:
• Timestamp (unix-based or formatted)
• Event/Action details
• Status/Level (info, warning, error)
• Logs should be accessible in a clear, readable format within the profile UI.
Acceptance Criteria
• User profile page includes a section for activity/system logs.
• Logs are correctly tied to the selected user’s ID.
• Logs are displayed with timestamp, level, and message.
• Empty state: if no logs are available, show “No logs available.”
Metadata
Metadata
Assignees
Labels
No labels