RocketChat / RC4Conferences

A set of scalable components for communities to build, manage, and run virtual conferences of any size.
https://conf.rceng.shop/conferences/c/1
24 stars 38 forks source link

[TODO] Create a Event User Registration Component #106

Open Dnouv opened 1 year ago

Dnouv commented 1 year ago

Once we have the #101 completed, we will need a component that takes the form fields data and shows an Event User Registration Page, an example of the Ticketed Event is shown below:

Please feel free to comment and ask questions, if any. Thank you!

codewithbharat commented 1 year ago

@Dnouv can you explain what #101 completed means

The-Priya-Saw commented 1 year ago

can I work on this issue?

Dnouv commented 1 year ago

@Dnouv can you explain what #101 completed means

Hey, @codewithbharat, thanks for asking, sure. I will explain. If you look into the image, you will see the form has three fields, but this form is customizable; it can have an "n" number of questions (all these questions are fetched through a Postgres DB that we are using in the Open Event Server). The event organizer can add those questions while creating the event -> this is what we are trying to solve in 101.

So you see the relation between them; in simple terms, 101 provides the questions, and this issue feature shows them to the users.

can I work on this issue?

Hey @The-Priya-Saw, thanks for your interest; however, sorry, we would have to wait for issue #101 to get resolved first; feel free to take up 101, but do explain your initial approach before starting to code.

Thank you!

jignyasamishra commented 1 year ago

can I work on this issue?

Dnouv commented 1 year ago

Hey @jignyasamishra

I'm sorry for not getting back to you sooner. Could you please explain how you plan to approach the issue?

Thank you!