Skip to content
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

Fixed #198 Created Attendee list API #206

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Apalakimmortal
Copy link

@Apalakimmortal Apalakimmortal commented Oct 20, 2024

Closes #

Changes

Type of change

  • Bug fix
  • Feature update
  • Breaking change
  • Documentation update

Flags

Demo

How has this been tested?

Author Checklist

  • Code has been commented, particularly in hard-to-understand areas
  • Changes generate no new warnings
  • Vital changes have been captured in unit and/or integration tests
  • New and existing unit tests pass locally with my changes
  • Documentation has been extended, if necessary
  • Merging to main from fork:branchname

Additional context

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Welcome to Django India! 🎉🇮🇳

We're so happy to see you contribute. Your efforts mean a lot to us and we're excited to have you on this journey.

Before we proceed, please take a moment to review our contribution guide. It's packed with all the information you need to make your contribution seamless.

If you're fixing an issue from the Django India issue tracker, remember to get it assigned to you before you acutally start working on it.

If you ever need help or just want to chat, the Django India discord server is always open. We're here for you!

And while you're here, don't forget to ⭐ star our repo to show your support! It helps the community grow.

Thank you for being a part of Django India. Together, let's make an amazing community! 🚀

@salty-ivy salty-ivy self-requested a review October 21, 2024 19:45
@salty-ivy
Copy link
Collaborator

@Apalakimmortal is this ready for review?? also can you change the description with context section providing an abstract context about the changes you have made.

@Apalakimmortal
Copy link
Author

Yes bhaiya it is ready for reviewed. I have made changes in EventRegistration Model in which I have added 2 fields

  1. first_time_attende
    2.attende_type
    First time attende is when a user register for a event 1st time and attende type in which there are 4 options
    Guest,Host,Speaker and Volunteer

Along with Model i have also changed the Serealizer file and admin.py file for registering
Then i created views in which i am sending API which consist of 1. Name of Event 2. Total Number of attende 3. First time attende count and info about all the people who are attending that particular event.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants