Enhance Google Apps Script to validate URLs and report failures in GitHub review issue #4405
Closed
2 of 7 tasks
Labels
Complexity: Large
Dependency
An issue is blocking the completion or starting of another issue
Draft
Issue is still in the process of being created
P-Feature: Wins Page
https://www.hackforla.org/wins/
role: back end/devOps
Tasks for back-end developers
size: missing
Milestone
Dependency
Overview
URL validation in the wins Google form is inadequate, so in the Google Apps Script behind the wins-form (response) Sheet, we will test URLs for valid format. If a URL is found to be invalid, a message will be displayed within the GItHub review issue, and the URL will not be included in the _wins-data.json feed.
Action Items
Setup
Code Changes
createIssue()
so that it accepts a string input parametermessage
that will be displayed in the body of the new GitHub review issue.invoking ghrequests.createIssue()
, test the GitHub and LinkedIn URLs for valid format. If the test fails, generate a descriptive message and supply the message as an input parameter toghrequests.createIssue()
.Resources/Instructions
The text was updated successfully, but these errors were encountered: