fun_with_flags icon indicating copy to clipboard operation
fun_with_flags copied to clipboard

Feature request: Add timestamp columns

Open petemcfarlane opened this issue 1 year ago • 3 comments

Hi, what do you think about adding timestamp columns to the database table fun_with_flags_toggles? We wanted to build some tooling to show which flags have not been used recently, to help us clean them up but we don't know when they were last used. Or do you have any other suggestions to achieve this? Similar to https://github.com/tompave/fun_with_flags/issues/173 Thanks

petemcfarlane avatar May 29 '24 15:05 petemcfarlane

Hey there, thank you for the suggestion.

I would be happy to add this to the package. In fact, it was already attempted in https://github.com/tompave/fun_with_flags/pull/154. That PR was initially merged but later I had to revert it because of some problems. My comment in the PR explains why.

It can be done with some more work.

tompave avatar Aug 06 '24 22:08 tompave

Also discussed in: https://github.com/tompave/fun_with_flags/issues/194 This is being done in: https://github.com/tompave/fun_with_flags/pull/195

tompave avatar Mar 26 '25 09:03 tompave