Skip to content

event registrations #22

@nagarajpandith

Description

@nagarajpandith
  • a feature which adds a register button to events on /events page
  • add a new boolean to 'Event' model (by default false) to toggle the event registration availability on or off. relate user and event model (one to many)
  • this must add a checkbox to all events on /admin/event to toggle availability
  • register button shows a registration modal which takes inputs like name, usn, branch, year, email, phone number and other extra things (if any)
  • a lot of things here can be prefilled in the modal (usn is user.email.split("@")[0], email is user.email, year & branch can be extracted from email in the same way)
  • if isMember is false, "submit" button on modal must redirect to razorpay gateway, amount set on admin panel
  • check if user is already registered, don't show the modal again

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesthelp wantedExtra attention is neededhigh-priorityhigh priority issue compared to others already present

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions