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

[REQUEST]: Event registration flow model #69

Open
n1rjal opened this issue Nov 16, 2024 · 0 comments
Open

[REQUEST]: Event registration flow model #69

n1rjal opened this issue Nov 16, 2024 · 0 comments

Comments

@n1rjal
Copy link
Collaborator

n1rjal commented Nov 16, 2024

We would want possible participants to register themselves into events of their choices, that is available in our website. Not all events will have the registration flow. Like GNOME Asia event mustn't have registration flow in our website, but for events like Gnome hackathon must have registration flow.

Make sure total participants must be less than max capacity of event.

Implement model for event participant

  • First Name
  • Last Name
  • Email
  • Academy
  • Phone
  • Age group

Add other relevant columns

Event and users will have many-to-many relationships.

View(s):

  • Registration entries: Only admin can see this
  • Registration backend: As a form but in backend views
  • Admin Panel: export as CSV file

Validation(s)

  • total participants =< Max capacity

Flow(s)

  • Post registration flow

  • Pre registration requirements collection [Might move this away]

    • For event 1, we might ask user for discord name, LinkedIn URL, name but not phone number.
    • For event w, we might ask user for LinkedIn URL, name, and phone number.
@n1rjal n1rjal converted this from a draft issue Nov 16, 2024
@n1rjal n1rjal changed the title Event registration flow [REQUEST]: Event registration flow model Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

1 participant