michaellaunay / alirpunkto

0 stars 0 forks source link

Movement between groups following situation of financial duties to the Cooperative #76

Closed SergioArbarviro closed 1 month ago

SergioArbarviro commented 5 months ago

Based on the information tracked following Issue #75, the belonging of the user to the groups defined in Issue #74 should be modified as follows:

Changes in groups following the event of a change in the values of the variables defined in Issue #75

When (numberSharesOwned >0) and (user is element of candidatesMissingShareYearContribGroup) then:

When (numberSharesOwned >0) and (user is element of candidatesMissingShareGroup) then:

When (dateEndValidityYearlyContribution ≥ present) and (user is element of candidatesMissingShareYearContribGroup) then:

When (dateEndValidityYearlyContribution≥ present) and (user is element of candidatesMissingYearContribGroup) then:

When (dateEndValidityYearlyContribution≥ present) and (user is element of sanctionedMissingYearContribGroup) then:

Changes in groups following the periodic scanning of all members of the cooperatorsGroup and of the sanctionedGroup

This periodic scanning should take place every day.

When (dateEndValidityYearlyContribution < present) and (user is element of cooperatorsGroup ) then:

When (dateEndValidityYearlyContribution < present) and (user is element of sanctionedGroup) then:

SergioArbarviro commented 1 month ago

Superseded by #148