Skip to content

Create Sponsorship app #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
3 tasks
Mariatta opened this issue Mar 18, 2025 · 0 comments · May be fixed by #66
Open
3 tasks

Create Sponsorship app #10

Mariatta opened this issue Mar 18, 2025 · 0 comments · May be fixed by #66
Labels
backend backend code changes sponsorship portal related to the sponsorship portal

Comments

@Mariatta
Copy link
Member

Mariatta commented Mar 18, 2025

Tasks

  • Create app called "sponsorship"

python manage.py startapp polls

  • Create Sponsorship Profile model

Sponsorship Profile fields:

  • one to one field to the User

  • main contact user (one to one field to the User) (required)

  • a list of additional contact person (optional)

  • sponsor organization name (eg company name, or the person name)

  • sponsorship type (if it is an individual, or an org/company)

  • sponsorship tier (foreign key to the Sponsorship Tier model)

  • logo (required)

  • company description (some text that we can use when promoting their sponsorship)

  • application_status (pending, rejected, approved, cancelled)

  • Create Sponsorship Tiers model

Sponsorship Tiers fields:

  • amount
  • name
  • description
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend backend code changes sponsorship portal related to the sponsorship portal
Projects
Status: No status
1 participant