Skip to content

Enhancement(membership): update choices for membership levels #2566

Open
@JacobCoffee

Description

@JacobCoffee
Member

What

MEMBERSHIP_CHOICES = (
(BASIC, 'Basic Member'),
(SUPPORTING, 'Supporting Member'),
(SPONSOR, 'Sponsor Member'),
(MANAGING, 'Managing Member'),
(CONTRIBUTING, 'Contributing Member'),
(FELLOW, 'Fellow'),
)
is outdated and needs to have its choices fixed following the bylaw change in psf/bylaws#4

Activity

dorian-adams

dorian-adams commented on Oct 29, 2024

@dorian-adams
Contributor

@JacobCoffee Just to clarify, are there users in the database with a membership type that’s planned for removal? If so, would it be helpful for me to create a function to convert those users to “basic” or some other type?

JacobCoffee

JacobCoffee commented on Nov 4, 2024

@JacobCoffee
MemberAuthor

There are definitely managing members that would need to be converted to contributing members per the bylaw changes.

added a commit that references this issue on Jan 22, 2025
f65ca85
added a commit that references this issue on Jan 22, 2025
c809c88
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    app/psf-membershipRelates to the membership appbackendRelates to the backend of the app

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @JacobCoffee@dorian-adams

      Issue actions

        Enhancement(membership): update choices for membership levels · Issue #2566 · python/pythondotorg