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

Sponsor Form Added #118

Open ayush3160 opened 1 year ago

ayush3160 commented 1 year ago

fix #102 , I have implemented the sponsor details form. The revised flow of creating the event is as follow, At the time of creating a new event only the basic-detail form is accessible and after submitting the form , it will redirect to the edit event page of sponsor from where the user can add and edit the sponsors , speaker's etc.

https://user-images.githubusercontent.com/89914602/219485235-06010e62-4eb1-49db-99f1-097114ac8e25.mp4

ayush3160 commented 1 year ago

@Dnouv , Can you please review this PR and please let me know if any changes are required.

Dnouv commented 1 year ago

Hey @ayush3160

Any updates? If there are, please let me know. Thank you!

ayush3160 commented 1 year ago

@Dnouv , I am really sorry for delaying this. Please have a look on the changes that I have made. Also I wanted to ask that is there any reason for going towards the embedded questions form because we are using the modal's in speaker and sessions. Also I am changing the isSponsorEnabled to true when the user is adding the first sponsor or if it is disabled. So, I don't think we need a toggle for that. Just let me know about this and I'll make the change's accordingly.

Thanks You.