Skip to content

Comments

feat(nimbus): Add subscribed feature experiments to home view.#13934

Merged
yashikakhurana merged 3 commits intomainfrom
fix-13890-1
Nov 13, 2025
Merged

feat(nimbus): Add subscribed feature experiments to home view.#13934
yashikakhurana merged 3 commits intomainfrom
fix-13890-1

Conversation

@b4handjr
Copy link
Contributor

Because

  • We want users to be able to see experiments that use a feature config they're subscribed to

This commit

  • Adds the capability for users to view the experiments that use the features they're subscribed to
  • Updates/Add tests

Fixes #13890

@b4handjr b4handjr added pr-preview preview Create Preview Environment and removed pr-preview labels Nov 10, 2025
@b4handjr b4handjr marked this pull request as ready for review November 10, 2025 22:45
@b4handjr b4handjr marked this pull request as draft November 10, 2025 22:46
@b4handjr b4handjr marked this pull request as ready for review November 11, 2025 00:12
slug="feature-subscribe", name="Feature Subscribe"
)
feature.subscribers.add(self.user)
feature.refresh_from_db()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you probably dont need refersh here

@yashikakhurana yashikakhurana added pr-preview and removed preview Create Preview Environment labels Nov 11, 2025
@@ -354,6 +354,7 @@ class MyDeliveriesChoices(models.TextChoices):
ALL = "AllDeliveries", "All My Deliveries"
OWNED = "AllOwned", "All Owned"
SUBSCRIBED = "AllSubscribed", "All Subscribed"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I meant to only change revert the All deliveries one, can you rename all subscribed to all subscribed deliveries please

slug="feature-subscribe", name="Feature Subscribe"
)
subscribed_feature.subscribers.add(self.user)
subscribed_feature.refresh_from_db()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you have another refresh here too which you probably don't need it

@yashikakhurana yashikakhurana added this pull request to the merge queue Nov 13, 2025
Merged via the queue into main with commit 7c51602 Nov 13, 2025
17 checks passed
@yashikakhurana yashikakhurana deleted the fix-13890-1 branch November 13, 2025 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update home page filters to include subscribed feature experiments/rollouts

2 participants