Skip to content

Populate list of users and complains made by the users. #17

@CodelineAtyab

Description

@CodelineAtyab

User Story: User-wise Complaint Display and Selection

Title

As a support admin, I want to view a list of users and their complaints, and be able to filter and display complaints by the selected user so that I can easily review and address user-specific issues.

Acceptance Criteria

  • The application should display a list of user names (dummy data can be used for now)
  • When a user is selected from the list, only that user’s complaints should be shown
  • The first user in the list is selected by default
  • When a user is selected, the view should clear previous complaints and display only the complaints corresponding to the selected user
  • The first complaint of the selected user is displayed by default
  • When a different complaint is selected, its details are shown in a designated area
  • The UI should update instantly on user or complaint selection
  • Implementation should use modern JavaScript and DOM manipulation practices
  • Code should be well-commented for clarity

Summary

Populate list of users and complains made by specific users and also show the selected complain.
When a different user is selected, then only the complains that belongs to that user should be displayed.
Selecting a new user will clear the previous view and display the new complain. (First Complain is selected by default)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions