Skip to content

adding feature flags#2096

Open
kkchu791 wants to merge 1 commit intohackforla:developmentfrom
kkchu791:feature-flags
Open

adding feature flags#2096
kkchu791 wants to merge 1 commit intohackforla:developmentfrom
kkchu791:feature-flags

Conversation

@kkchu791
Copy link
Member

@kkchu791 kkchu791 commented Mar 3, 2026

Fixes #2042

What changes did you make and why did you make them ?

Implementing posthog feature flags from backend to frontend. It's event driven architecture where a request is made to PostHog when client user refreshes.

  1. Event Driven Approach (Chose this one because less complicated and we have small enough Daily Active Users where the client requests won't be an issue. If it does become an issue, we can try the second approach with SSE.)
Screenshot 2026-03-02 at 8 44 45 PM
  1. Server Sent Events Approach ( Decided not to do this approach because the open connection adds complexity to the app which I don't think is needed. The benefits of this approach don't outweight the complexity it brings.)
Screenshot 2026-03-02 at 8 47 35 PM

Screenshots of Proposed Changes Of The Website

Screenshot 2026-03-02 at 8 41 45 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable Selective Feature Deployment from DEV to PROD

1 participant