-
-
Notifications
You must be signed in to change notification settings - Fork 777
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
Update wins Google Apps Script to format wins json feed #4035
Comments
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
@ExperimentsInHonesty For security reasons, I did not provide links to the Google Apps Scripts. The dev lead will know where they are.
|
Hi @Jung-GunSong, thank you for taking up this issue! Hfla appreciates you :) Do let fellow developers know about your:- You're awesome! P.S. - You may not take up another issue until this issue gets merged (or closed). Thanks again :) |
i. From today, 1/24/24 to next week, 1/31/24. ii. Likely by next week (unsure because some guidance might be needed to set up the test environment). As always, let me know if there's anything else I can help with! |
Dependency
Overview
Currently the wins JSON feed contains no line breaks or spaces separating elements and so it is difficult to review Pull Requests for wins data updates. By formatting the JSON with each submission on a separate line and with use of spaces to indent, readability will be improved and JSON feeds could be compared more efficiently.
Action Items
Wins-form (responses)
sheet, but you will require a test environment that includes copies ofWins-form (Responses)
andgh-requests
. It will also be necessary to setup a test environment in your GitHub repository. Follow instructions in the comment in the Hfla Google Apps Script Development Guide1 and Testing WINS in a test repository2Wins-form (Responses)
Sheet, update main() to format the _wins-data.json feed, either using options built into the JSON.stringify method, or a different method. Required features are:Code.js
and create a pull request as usualDev Lead
Resources/Instructions
Footnotes
Hfla Google Apps Script Development Guide - draft ↩
Testing WINS in a test repository ↩
The text was updated successfully, but these errors were encountered: