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

Feat badge support #9137

Open
wants to merge 2 commits into
base: dev-v3
Choose a base branch
from

Conversation

Aaditya-Singh78
Copy link

@Aaditya-Singh78 Aaditya-Singh78 commented Mar 31, 2024

Fixes #9110

Short description of what this resolves:

Badge generation resolves the process of creating and managing event badges for attendees. It involves generating unique identification badges that participants can wear or display during an event. These badges typically contain important information, such as attendee names, ticket details, and event information, facilitating easy identification and access control. The badge generation system ensures efficient management of attendee data and facilitates smooth event check-in and coordination.

Changes proposed in this pull request:

  • Implemented the BadgeGeneration model to facilitate badge generation functionality.
  • Added fields to store badge information such as attendee name, organization, role, etc.
  • Linked the Badge Generation model with existing models like Event and Ticket to maintain data integrity.
  • Included a timestamp field generated_at to track when badges were generated.
  • Enhanced event management by providing a mechanism for badge generation and tracking.

Checklist

  • I have read the Contribution & Best practices Guide and my PR follows them.
  • My branch is up-to-date with the Upstream development branch.
  • The unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)
  • All the functions created/modified in this PR contain relevant docstrings.

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.

None yet

1 participant