Skip to content

fix(entitlements): unlimited feedback users on free tier to match catalog#100

Merged
coopbri merged 1 commit into
masterfrom
fix/unlimited-feedback-users
Jun 19, 2026
Merged

fix(entitlements): unlimited feedback users on free tier to match catalog#100
coopbri merged 1 commit into
masterfrom
fix/unlimited-feedback-users

Conversation

@coopbri

@coopbri coopbri commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Problem

The local DEFAULT_LIMITS fallback (used when an org has no Aether billing record) capped max_feedback_users at 15 for the free tier. This contradicts:

  • the product catalog SSOT (omni-api planConfigs.ts), which sets max_feedback_users: -1 (unlimited) on every backfeed tier, and
  • the free-tier marketing copy ("Unlimited feedback submissions").

Any org not yet provisioned in Aether silently hit a 15-unique-feedback-user cap per project ("Maximum number of unique users providing feedback has been reached").

Fix

Set the fallback max_feedback_users.free to -1 to mirror the catalog. Removing a cap cannot regress existing users.

Notes

  • No board is currently near 15 (busiest has 3 unique users), so this is a latent-bug fix rather than an active unblock.
  • Other DEFAULT_LIMITS also drift from the catalog (max_projects 1 vs 2, max_comments_per_post 100 vs 50). Left as-is here to avoid lowering live limits; tracked for separate reconciliation.

…alog

The local DEFAULT_LIMITS fallback (used when an org has no Aether billing
record) capped max_feedback_users at 15 for the free tier, contradicting the
product catalog SSOT, which sets it to -1 (unlimited) on every backfeed tier,
and the marketing copy ("Unlimited feedback submissions"). Any org not yet
provisioned in Aether silently hit a 15-unique-user cap per project.

Set the fallback to -1 to mirror the catalog. Removing a cap cannot regress
existing users.
@coopbri coopbri merged commit 6fe5e08 into master Jun 19, 2026
4 checks passed
@coopbri coopbri deleted the fix/unlimited-feedback-users branch June 19, 2026 04:16
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 19, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant