Skip to content

Commit

Permalink
Add ADR for support filter request history
Browse files Browse the repository at this point in the history
  • Loading branch information
nqhhdev committed Dec 9, 2024
1 parent fb37d56 commit 12723c3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions doc/adr/0004-support-filter-for-request-history.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 3. Support filter for request history

Date: 2024-12-09

## Status

Accepted

## Context

- Support `StateFilter` for request history

## Decision

- Add `StateFilter` to request history to request specific data from the server.

## Consequences

- The `timeLine` and `event` can be filtered by the user to get specific data from the server.

0 comments on commit 12723c3

Please sign in to comment.