Challenge Overview
In this challenge, we want to build a simple Sheets bound Google App Script (GAS) using Angular.js. This should perform a read and write actions on the Google spreadsheet. It should have a sidebar, manipulate the sheet, create a menu item and dialog box to show each of the items being called from inside the angular script.
- You should create angular services to handle reading and writing to the sheet and creating the menu items, calling the modal, etc.
- Do not make use of jquery for DOM manipulation. Submission must use directives
- Use Angular 1.5 for this project.
- All code should be well documented. Please follow the conventions defined here - https://github.com/johnpapa/angular-styleguide/blob/master/a1/README.md
- As a reference, we would like to replicate all the functionality mentioned on this thread using Angular.js - https://www.add-in-express.com/creating-addins-blog/2014/03/27/extending-google-spreadsheets-apps-script/
Final Submission Guidelines
- Please provide a detailed deployment guide in Word format with screenshots - walking through all the installation and verification
- Provide a demo video walking through the installation and verification.
- Provide all your source code as a zip
It is an absolute must to provide a detailed deployment guide & video covering installation and verification. Any submissions which do not provide these will be rejected without being reviewed.