-
Notifications
You must be signed in to change notification settings - Fork 40
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
[TODO] Create a Component for customizing the User Registration for an Event #101
Comments
Hi can i do this ? |
Hey @jayp5545 I appreciate your interest in this issue. However, before getting started to code, could you please explain your initial approach? If you are familiar with the eventyay you might have seen a similar feature when creating an event. It will be good if you know what this is going to be used for and how it works in Eventyay. Thank you! |
Hi ! No, I do not have an idea about what this is going to be used for. It would be great if you could provide me any references or could link me to a different issue if this is not a beginner friendly task since I am just getting started with open-source contributions. Thank you |
Or I will just explore the codebase and then come up with a solution. Thank you |
Hey @Dnouv can't we simply create a form for this? However, I would like to ask if this issue only requires a form component or an integration with the backend to store the data too. Thanks |
Hello @Saksham294 I appreciate your interest in the issue.
No, we are component-based, and this is not a form component it is a full-stack component with interactions with the backend
Sure, go ahead and explore the codebase Thank you! |
i would really like to contribute to this issue |
My brief idea :I can create a form which allows the event handler to receive all the information of the attendee I can create a POST request API which can get data and store in database and also can create a preview page for the attendee to view his details and give him option to edit it if he/she feels he needs to change something and that change will be reflected in db too for backend I can create a express server for backend and for frontend I can create responsive layout using react js and they can interact concurrently. |
Hi @Dnouv , I would really like to contribute for this issue. Here is my step by step approach :
|
Thank you so much @jignyasamishra and @Anubhav84454, for taking up the issue. I am sorry for not getting back to you sooner. There is one point I would like to mention; if you explore a bit more into the codebase, you will find that we already have a backend (with PSQL database and exposed POST endpoints); this feature involves creating the frontend components for the interaction with this API endpoints. Thank you! |
Hi @Dnouv , I'm Anubhav @Anubhav84454 [this is me, by mistake I logged in with different google account at github], thank you for replying #101 (comment). I'm working on this issue. |
hi @Dnouv I am interested in working on this issue, assign me this issue so I can start working to solve this issue. |
Create a form component to be incorporated within the Event Scheduler/Create Component, which allows the event organizer to get some required and additional details about their event attendees, and this data can, later on, be used by them for any analytics purpose or just to keep the record.
Preview of Form component:
Similar to the KYC (Know your customer), it will be a KYA (Know your Attendee)
Please feel free to comment and ask questions, if any. Thank you!
The text was updated successfully, but these errors were encountered: