Statistics: member stats independent of fee type
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Moritz 2026-02-12 17:42:30 +01:00
parent 16342fbeea
commit e2c636fbf8
Signed by: moritz
GPG key ID: 1020A035E5DD0824
3 changed files with 272 additions and 147 deletions

View file

@ -15,9 +15,9 @@ defmodule MvWeb.StatisticsLiveTest do
assert html =~ "Statistics"
assert html =~ "Active members"
assert html =~ "Open amount"
assert html =~ "Unpaid"
assert html =~ "Contributions by year"
assert html =~ "Joins and exits by year"
assert html =~ "Member numbers by year"
end
test "page shows overview of all relevant years without year selector", %{conn: conn} do