From bc8885372f4d95d21ab78c0e57a796029121692c Mon Sep 17 00:00:00 2001 From: p4u1 Date: Thu, 3 Sep 2026 19:28:12 +0200 Subject: [PATCH] add resolution 045 --- docs/federation/resolutions/in-progress/045.md | 14 ++++++++++++++ mkdocs.yml | 3 ++- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 docs/federation/resolutions/in-progress/045.md diff --git a/docs/federation/resolutions/in-progress/045.md b/docs/federation/resolutions/in-progress/045.md new file mode 100644 index 0000000..4e14e5c --- /dev/null +++ b/docs/federation/resolutions/in-progress/045.md @@ -0,0 +1,14 @@ +# resolution 045: automatic membership pause + +topic: automatic membership pause +date: 2026-09-03 +deadline: 2026-09-17 +size: large + +## Problem + +According to [Resolution 001](https://docs.coopcloud.tech/federation/resolutions/passed/001/) a Large decision requires "more than 50% of total number of federation members 👍 votes". This works well as long as enough members are active. But as with every organisation it is normal that that some members become inactive at some point. + +## Resolution + +If a member does not give a vote for the last 3 resolutions its membership will be paused automatically. Paused memberships are not counted in the total 👍 votes required for a large resolution. The membership gets active again once they give their next vote. If a member sees that another member is inactive they can update their status on the website. If a member status was inactive for one year its membership is automatically canceled. diff --git a/mkdocs.yml b/mkdocs.yml index aecccd6..cb70f6e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -143,11 +143,12 @@ nav: - federation/resolutions/passed/040.md - federation/resolutions/passed/042.md - federation/resolutions/passed/043.md - - federation/resolutions/in-progress/044.md + - federation/resolutions/passed/044.md - "Stalled": - federation/resolutions/stalled/013.md - federation/resolutions/stalled/030.md - "In Progress": + - federation/resolutions/in-progress/045.md - federation/resolutions/index.md - "Minutes": - federation/minutes/index.md