asyncapi / conference-website

Website for the AsyncAPI online conference
https://conference.asyncapi.com
23 stars 85 forks source link

Implement speaker forms, with Google Sheets API #323

Closed ashmit-coder closed 3 weeks ago

ashmit-coder commented 4 months ago

Why do we need this improvement?

To make speakers forms data eaasily accessible

How will this change help?

It will make collecting speakers form data easier

Screenshots

No response

How could it be implemented/designed?

It can be most probably be designed with the help of Google Sheets

🚧 Breaking changes

No

👀 Have you checked for similar open issues?

🏢 Have you read the Contributing Guidelines?

Are you willing to work on this issue?

Yes I am willing to submit a PR!

ashmit-coder commented 4 months ago

Hey @AceTheCreator I had the chance to look into the Google Forms API but as far as I can tell there is no way of implementing Speaker registration feature through their API.

Ref:-

Screenshot from 2024-05-14 13-14-21

These are all the features provided by the Forms API. Where we can see there is no way of adding new data to the forms.

So in my opion utilising Google Sheets API will be better for us.

Let me know your views!

ashmit-coder commented 4 months ago

https://github.com/asyncapi/conference-website/assets/69006513/92a48481-deef-40fa-beab-f2ab9e1ab1bc

Sample working

ashmit-coder commented 3 weeks ago

Merged!