Skip to content

Link IndividualMember to user profile page when available #1738

@sarahboyce

Description

@sarahboyce

I propose:

  • accounts.models.Profile has a new bio text field which is displayed on the user profile page (example page: https://www.djangoproject.com/~sarahboyce/)
  • members.models.IndividualMember has a nullable FK field to User
  • When a new members.models.IndividualMember is created without a linked account, it sends an email with a link to create an account on djangoproject.com to the new member
  • A button Send account invite is available on the IndividualMember admin edit/list page

After doing some admin to link existing IndividualMember to their User account, and sending invite emails to members without an account, we can then have the DSF members page have the member names be links to their user profile page

See related discussion: https://forum.djangoproject.com/t/what-is-the-technical-team-and-the-technical-advisory-team/36455

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions