flagsmith
flagsmith copied to clipboard
Open Source Feature Flagging and Remote Config Service. Host on-prem or use our hosted version at https://flagsmith.com/
Hi, It is quite stupid to have one type for many events. Suggestion: On feature_segment update sends : FLAG_SEGMENT_UPDATED On feature_identity update sends : FLAG_IDENTITY_UPDATED on feature update sends :...
We need to agree on a consistent repeatable way to test all our SDKs, and then implement the tests within the SDKs themselves.
Tests are currently primarily located in each module and there is limited separation between unit and integration tests.
- Begins With - Ends With - Is One Of - Dost not match Regex - Does not begin with - Does not end with - Is not one of
Implement the [modulo operator](https://en.wikipedia.org/wiki/Modulo_operation).
As per https://docs.kibocommerce.com/114168/630965-disjoint-group-targeting > In some cases you may want to randomly assign your site visitors to some number of non-overlapping groups and then target them based on the group...
As a slack user, it would be nice to see the changes in the Slack message that is triggered. For example, when a flag state is changed, I would like...
Our Segment integration produces signal for Segment. We also need to implement a plugin that consume signal from Segment to help drive Identity Segments in Flagsmith
Need to design a way to index traits with the global data store. Some options: - https://aws.amazon.com/about-aws/whats-new/2015/08/amazon-dynamodb-elasticsearch-integration/ - https://typesense.org/docs/guide/dynamodb-full-text-search.html In SaaS, this is problematic due to the size of the...