VRMS icon indicating copy to clipboard operation
VRMS copied to clipboard

Hook in APIs to filtered permissions data component

Open JackHaeg opened this issue 1 year ago • 0 comments

Dependency

  • [ ] This issue is not to be assigned/worked on until #1754 has been completed.

Overview

This issue represents the final step in the User Permission Search Epic. The objective is to remove the placeholder dummy data currently used in the "User Permission Search" screen and integrate the APIs developed earlier in the Epic. Once completed, the filtered permissions data component will be fully functional and ready for production.

Action Items

  • Remove Dummy Data
    • [ ] Identify and remove all instances of dummy/placeholder data from the "User Permission Search" screen and filtered permissions data component.
  • API Integration
    • [ ] Hook up the previously created APIs to the filtered permissions data component:
      • For Admin: https://github.com/hackforla/VRMS/pull/1774
      • For Project Leads: https://github.com/hackforla/VRMS/pull/1799
    • [ ] Ensure the API responses are correctly mapped to the UI elements and behave as expected.
  • Testing
    • [ ] Verify the full flow from user input to permission search results.
    • [ ] Ensure that the search results update dynamically based on input filters.
    • [ ] Conduct both unit tests and end-to-end tests to validate the functionality and catch any edge cases.

Resources/Instructions

Screenshot of User Permission Search Screen mockups

Screenshot 2024-10-07 at 8 30 51 PM

JackHaeg avatar Oct 22 '24 01:10 JackHaeg