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

[TODO] Create a CFS component #103

Open
Dnouv opened this issue Jan 28, 2023 · 2 comments
Open

[TODO] Create a CFS component #103

Dnouv opened this issue Jan 28, 2023 · 2 comments
Labels
milestone-2 Issues/features for the second phase of roadmap reactjs/nextjs Issue related to Frontend

Comments

@Dnouv
Copy link
Member

Dnouv commented Jan 28, 2023

Create a new Call for Speaker component to be incorporated into the Event Create/Scheduler Component. This component will allow the event organizer to invite Speakers either publically or privately.

Please explore how this feature works on eventyay.com you can test it out by creating an event.

Preview of form component:
image

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

@Dnouv Dnouv added reactjs/nextjs Issue related to Frontend milestone-2 Issues/features for the second phase of roadmap labels Jan 28, 2023
@SarveshLimaye
Copy link
Contributor

Hey @Dnouv, I am interested in working on this issue.

  • We can add this CFS component in the event create itself. The first step will be to set up a API method in the /app/lib folder to make a post request to the following open event API server end point - Endpoint
  • The end point takes 3 required parameters - announcement(string) , start date , end date . There is no problem taking announcements from input since it's just a string. For start and end dates we can use a form similar to create event form or we can use react datepicker package.
  • The next step is to create a form that takes all the input and make a onClick function that makes a post request to specified endpoint .

Do let me know what you think of this approach 😄

Thank you !

@Dnouv
Copy link
Member Author

Dnouv commented Mar 9, 2023

Hey @SarveshLimaye

Thank you! Sure go ahead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
milestone-2 Issues/features for the second phase of roadmap reactjs/nextjs Issue related to Frontend
Projects
None yet
Development

No branches or pull requests

2 participants