Skip to content

PyLadiesCon Google Summer of Code 2025 Ideas

Mariatta edited this page Mar 26, 2025 · 4 revisions

About PyLadiesCon

PyLadiesCon is an online conference for the global PyLadies community. Our conference began in 2023. During our conference, we host 24 hours of online engagement, talks, keynotes, panels, and workshops for our community members. We strive of inclusivity and accessibility, providing talks in multiple-languages, and we take extra care in subtitling and translating our talks. Our conference is free to attend, and attendees can optionally donate to our conference.

Being an online, multi-language, multi-timezone conference, we face unique and different challenges from other types of events and conferences. Our organizers are all volunteers from different part of the world. We have many communications and coordinations with our team of volunteers ahead of the conference, and less during the conference itself.

Challenges in managing our online conference

Our organizing team collaborate with each other to manage our volunteers, our speakers, and our sponsors. Each team also collaborate with our design and media team to produce promotional assets. For the last 2 years, we manage a lot of our assets and information using spreadsheets and Google Forms. However, managing and sharing data with various volunteers using spreadsheets have been challenging, and a cause of frustrations and confusion among our team of volunteers.

What we're building: PyLadiesCon Web Portal

This year, we are developing an online web portal for us to manage the behind the scenes work of our conference. Instead of Spreadsheets, we will be accepting volunteer sign ups and sponsorship sign ups through our web portal. Our team leads will be assigning task and tracking team progress through the web portal. We also want to build a conference dashboard to provide overview and statistics about our conference.

Video preview: https://github.com/user-attachments/assets/facd5633-acad-4958-bd2a-36f8ae429432

The Portal: https://pyladiescon-portal.us-east-2.psfhosted.computer/

Our Tech Stack

Our portal is developed using Python programming language (Python 3.13) and Django web framework (v5.1.7).

In addition to Python and Django, we are using various third party libraries like django-allauth, pytest, coverage. We can and will add other third-party libraries as the need arises.

Our web app is Dockerized, and we use Postgres as our database.

Thanks to the support from The PSF's Infrastructure team, we're able to deploy our web app using cabotage, the same infrastructure that powers PyPI.

For working with Git, and GitHub, we recommend using GitHub CLI, but it is optional.

Our Codebase

PyLadiesCon Team

Getting started with PyLadiesCon Portal

  • Check the local dev setup guide in our project's readme.

  • Join us on Discord and #portal_dev channel, and let us know that you're a GSoC contributor.

Writing your GSoC application

Tips

  • If you're new to Django, we recommend you go through the Django tutorial to learn more about the framework.

  • Be proactive. Don't hesitate to ask question or even simply to say that you're stuck. We want to help you succeed.

Project Ideas

Start the Sponsorship portal

Difficulty: Easy

Length: 40 hours

Skills: Python, Django

Details

The sponsorship portal will be the place where we manage everything related to sponsorships.

Create the functionality where our Sponsorship team can go in and define sponsorship tiers: the amount, and the benefits/perks to the sponsors.

Create the functionality for our sponsors to apply to become a sponsor. They will be able to choose from the desired sponsorship tier, and they can also provide information and upload assets (company logo, company description, etc).

Hint

Start the new app using django's startapp command. Create the Django models representing the Sponsorship Profile and Sponsorship Tiers. (see similar Volunteer Profile model).

Write up email templates

Difficulty: Easy

Length: 40 hours

Skills: Python, Django, Docs

Details

Write email templates to be sent at various stages of the conference. Write emails in both html and plain text format. Make use of the Jinja templating when writing email.

List of issues

Frontend/Website styling Improvements

Difficulty: Easy

Length: 40 hours

Skills: Python, Django, HTML, CSS

Details

We are using basic Bootstrap Theme. It would be great to customize the theme using PyLadiesCon colors and branding.

We are using the built-in templates from django-allauth. It would be great to customize the templates and create a better login/logout workflow.

Currently the error message from django-allauth is quite plain (looks like regular text instead of an error message). It would be great to style the page and error messages.

List of issues

Add more functionalities to the Sponsorship Portal

Difficulty: Medium

Length: 90 hours

Skills: Python, Django

Depends on

The Sponsorship Tier and Sponsorship Profile models must already been written.

Details

Create the functionality for our sponsorship team to review sponsorship applications, and update the status of the sponsorship.

Create the functionality for our design team to upload promotional assets for each sponsors.

Provide an overview of our sponsorship progress, such as whether a contract was sent over, whether they paid for sponsorship, etc.

List of issues

Create a Public Dashboard

Difficulty: Medium

Length: 90 hours

Skills: Python, Django

Details

Create a public landing page and dashboard to show interesting stats from the conference, such as: sponsorship dollars received, total number of sponsors, the number of volunteers, etc.

This page should be publicly available without needing to login.

Issue #21

Create Dashboard for various teams

Difficulty: Hard

Length: 350 hours

Skills: Python, Django

Details

Create various dashboards and landing page for the different teams (eg sponsorship, volunteer management, staff). Display an overview about the team's progress and tasks. Display interesting stats about the team.

Provide access to the dashboard only if they are a part of the team.

List of issues