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

@ -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"}]