Closed emilyjablonski closed 1 year ago
@sarahlazarich Putting my notes down here for Ways we can handle the feature flag and/or the the feature branch
There are at least two options for having the feature flag on the partner site Feature flag only on the partner site:
Feature flag on partner and update backend:
We also have the ability to do this with or without a feature branch: With feature branch:
Without feature branch:
moved to other repo, closed
Feature Branch: Create branch off of Bloom Core that Listings Approval PRs will be merged into while development is ongoing
Feature Flag: For now, this can be handled via environment variables since a more sustainable DB approach for feature flags needs to be implemented here