Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs for Creating Receipt #8

Open
Felicious opened this issue Nov 15, 2020 · 0 comments
Open

Docs for Creating Receipt #8

Felicious opened this issue Nov 15, 2020 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@Felicious
Copy link
Owner

Felicious commented Nov 15, 2020

Why am I doing this?
To be frank, this project was a humbling experience, from start to finish. I learned and implemented a lot of things about front-end development, web-server communication, and APIs for the first time and I'm not confident that I can look back at my code a year from now and understand everything.

Thus, clear and concise documentation is a must. Here I will enumerate the many things I struggled with, so that I can ensure to explain them clearly in the docs. I may have struggled with and pestered Derrick for guidance on many things on this ongoing list, but I'll have gained new knowledge in the future. And that excites me,

List of things to Document

  1. List of most commonly used or useful Google Sheets Built-in Functions
  • this item has been partially documented here
  1. How to use outside functions inside a template
  • There is an example of this in Apps Script's documentation but I didn't understand it very well. Specifically, I didn't understand how data inside the template knew what data[i][j] was.
  1. A recap of the callback functions used
  • Sometimes, I get confused about what gets passed in and how the value changes with every iteration
  1. Mention the regular expressions used to parse strings
  • this was very useful and I have a hard time remembering to use them when I parse strings
@Felicious Felicious added the documentation Improvements or additions to documentation label Nov 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant