Skip to content

Add audit logs to Vuex store #28

@jrohrbaugh0812

Description

@jrohrbaugh0812

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

Metadata

Metadata

Labels

50% Working SystemThis is for the 50% Working System milestone

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions