gdgmad / gdgmadevents

Let's Build together! gdgmadevents is a repository for our database of events and any software that YOU choose to make around it. Check out our readme!
MIT License
7 stars 4 forks source link

Google Form Creation #21

Closed preetjdp closed 5 years ago

preetjdp commented 5 years ago

Implemented Google Form with Google App Script.

nikhil-thakkar commented 5 years ago

This is Awesome!! Thanks @preetjdp. 🎉 Apps script now support Typescript and as most of the google products.

Could we refactor the code to use typescript? This link will help in refactoring.

Also we need to track this as a project using clasp. This will be following advantages:

  1. Organising of the code in scripts directory wherein we will have multiple automation project.
  2. We would be able to automate the deployment flow using travis/circleci which will remove the need to manually copy the script in the google's console.

Let me know if you need help in refactoring the code to typescript. And sorry 😢 if I missed out the point of using Typescript in the conservation.

Thanks again for all the active contributions/suggestions. 👍

preetjdp commented 5 years ago

Cool i'll see what i can come up with!

preetjdp commented 5 years ago

@nikhil-thakkar I've recreated the script with TS and Clasp , check it out.. And regarding Automated Deploys there seems to be some issue with the clasp cli wherein you have to manually deploy the app.

nikhil-thakkar commented 5 years ago

This is great. Swift migration. :tada: Thanks. Will look into it.