Statistics: member stats independent of fee type

This commit is contained in:
Moritz 2026-02-12 17:42:30 +01:00 committed by moritz
parent 98af2b77ee
commit 490dced8c8
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