bcgov / entity

ServiceBC Registry Team working on Legal Entities
Apache License 2.0
23 stars 58 forks source link

LaunchDarkly: GitHub code reference integration #15826

Closed severinbeauvais closed 1 week ago

severinbeauvais commented 1 year ago

As per code references, it is possible to integrate code references with GitHub actions to identify where LaunchDarkly flags occur in our code.

This would increase the visibility of what a Feature Flag actually changes in the code.

This would also let us find code used by an obsolete FF so we can clean it up.

severinbeauvais commented 1 year ago

@pwei1018 FYI

pwei1018 commented 1 year ago

@severinbeauvais When do you think we need to run this check? By some time like quarterly review or you want to see the result in each PR.

severinbeauvais commented 1 year ago

I found this and thought it might be useful. I don't know how it shows up (per PR?) but we should look at that.

My thought is that this would help identify obsolete FFs. We haven't had this until now so this is nice to have -- low priority.