./phpunit
Details
Details
- Reviewers
mollekopf - Group Reviewers
Restricted Project - Commits
- rK67da9f8cd37c: Payers chart
rK0cc97e891a36: Payers chart
Diff Detail
Diff Detail
- Repository
- rK kolab
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
src/app/Console/Commands/Data/Stats/CollectorCommand.php | ||
---|---|---|
75 | If suspended means they also don't currently pay, let's exclude them as well. (I'm not sure what degraded vs suspended vs non-active means), but I think the goal is to get an estimate for "active" users (and we use that they are paying as a proxy for that). | |
76 | Let's exclude them since we have the users separately. |
src/app/Console/Commands/Data/Stats/CollectorCommand.php | ||
---|---|---|
75 | A suspended user is suspended because of spam nowadays. There's no way for these accounts to revive themselves, IIRC. They can simply be excluded. A degraded user is a non-paying user, and should be included (stacked on top of active? could we?). |