Source code for feriennet.const
#: Describes the states which are visible to the given role (not taking
# ownership in account!)
from __future__ import annotations
[docs]
VISIBLE_ACTIVITY_STATES = {
    'admin': (
        'preview',
        'proposed',
        'accepted',
        'archived'
    ),
    'editor': (
        'accepted',
    ),
    'member': (
        'accepted',
    ),
    'anonymous': (
        'accepted',
    )
}
#: Describes the states an owner editor can edit
#: Default donation amounts