Flagsmith / Flagsmith/flagsmith
Expose last evaluated datetime for flags
Open
api
feature
front-end
- Dominant language
- Python
- Stars
- 6.6k
- Forks
- 567
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 121
Description
### Is your feature request related to a problem? Please describe.
Currently, stale flags are determined based solely on creation date. While it can be helpful, using the date of last evaluation is more correct.
### Describe the solution you'd like.
Store the date of last evaluation for each feature state. Expose it in the UI. Extend workflows stale flags logic to use it, if available.
### Describe alternatives you've considered
N/A
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.