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 new form component to fill in the Sponsor Details #102

Open Dnouv opened 1 year ago

Dnouv commented 1 year ago

Add a new form component to get the Sponsor Details for an event and a component to display these sponsors on the Event Poster/Display component.. This feature will be optional.

Preview of Sponsor form: image

Preview of Sponsor display component: image

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

nsundriyal62 commented 1 year ago

could you please assign this issue to me?

ayush3160 commented 1 year ago

Hi @Dnouv , I would like to work on this issue and the approach that I will follow will be that I'll create a new component for the sponsors details and it will be next to the Basic details with all the necessary fields. Sponsors component will open only if there is an event in draft state in the session storage. And then we can take the event id from the draft event and will make a post request to /v1/sponsors with all the attributes and event id as mentioned in this doc https://github.com/fossasia/open-event-server/blob/development/docs/api/blueprint/sponsors.apib .

Screenshot 2023-02-05 072102

Dnouv commented 1 year ago

Hey @ayush3160

Thank you for the excellent & detailed explanation; you are good to start working on the form component (before starting to code, please look into the Sponsor levels a bit). Would you happen to have any plans for the Preview component to display the sponsors?

Thanks!

jignyasamishra commented 1 year ago

can i work on this issue