mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[GH-ISSUE #332] Fix team size counting #253
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#253
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cuu508 on GitHub (Feb 14, 2020).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/332
Healthchecks has different team size limits depending on plan:
Currently, the limit is applied to each project separately. For example, a Hobbyist user could create 10 projects, and invite 2 different users per projects, or 20 users total.
The way I would like this to work: Healthchecks should apply the limit to the number of unique users across all projects.
For example, if I invite the same user
foo@example.orgto all 10 of my projects, that should count as only a single "seat" used up. However, if I includefoo@example.orgto one project, andbar@example.orgto another project, that's 2 seats used up.