-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
50% Working SystemThis is for the 50% Working System milestoneThis is for the 50% Working System milestone
Description
As a developer, I want to add a list to the state to store all audit logs so that every time a user goes to the audit log page, a trip to the backend isn't needed to fetch the audit logs. Lastly, I want to add a fetch action to fetch audit logs based on the search filters.
Tasks:
- Add a property to the state called
auditLogs, which should be set to an empty list. - Add actions for fetching all audit logs from the backend. This action should take in an object containing the search filters, and passing that object into the body of the request.
Milestone: 50% Working System Milestone
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
50% Working SystemThis is for the 50% Working System milestoneThis is for the 50% Working System milestone