Sandata templates for the sign up form. Removed a few test scripts I don't need anymore. Created an Acatble dir.

This commit is contained in:
Norm Rasmussen
2024-04-12 22:59:45 -04:00
parent 958f1ec991
commit 82fd5a2db8
25 changed files with 805 additions and 61 deletions

View File

@ -6,7 +6,7 @@ baseCsv = "/Users/normrasmussen/Downloads/Incomplete list of Users.csv"
baseUrl = "https://api.northpass.com/v2/people/"
baseUrlname = "https://api.northpass.com/v2/people?filter[name][eq]="
baseUrlemail = "https://api.northpass.com/v2/people?filter[email][eq]="
apikey = Apikeys.client
apikey = Apikeys.clien
def getfromEmail(baseUrlemail, baseCsv, apiKey):

View File

@ -173,7 +173,7 @@ def props():
print(f"{person_id}'s status code is {prop_response.status_code}'")
if prop_response.status_code != 200:
print(
f"There is a non-200 status code. The code was {prop_response.status_code}. Here's the text:"
f"There is a non-200 status code. The code was {prop_response.status_code}. Here's the text:"
)
print(f"{response.text}")

View File

@ -15,7 +15,7 @@ So this could be used for each learning path. In other words:
learning_paths = {'01:Skuid Ethos' : ["Congratulations", "Create", "Skuid Resources"]} etc etc
Ideally, we will add Alexa's "levels" in this dictionary as well. Could we do:
Ideally, we will add Alexa's "levels" in this dictionary as well.Could we do:
learning_paths = {'Level_1': [{'01:Skuid Ethos' : ["Congratulations", "Create", "Skuid Resources"]},
{'02:Composer' : ["Overview", "Get Started with Composer", "Manage Pages"}]

View File

@ -7,7 +7,7 @@ function getUuids() {
var dataRange = sheet.getRange(3, 3, numRows, 1);
var values = dataRange.getValues();
writeHeadings();
for (email in values){
var row = values[email];
var email = row[0]