v4.1 - Admin/onboarding

This commit is contained in:
2026-05-18 22:25:43 +12:00
parent 6ff970015f
commit 541ae2eeec
79 changed files with 11544 additions and 1007 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"emails": [
"mattcohen0@gmail.com",
"test@test.com"
]
}
+19 -2
View File
@@ -2,11 +2,28 @@
"mattcohen0@gmail.com": {
"fullName": "Matt Test",
"phone": "02124347477",
"dogName": "Geoffrey"
"dogName": "Geoffrey",
"welcomePackSentAt": "2026-05-18T20:37:14",
"welcomePackOffer": {
"serviceType": "test",
"priceDetails": "45",
"startDate": "2026-05-18",
"sentAt": "2026-05-18T20:37:14"
}
},
"natalie@desseinparke.com": {
"fullName":"Natalie Parke",
"fullName": "Natalie Parke",
"phone": "021616200",
"dogName": "Ziggy"
},
"test@test.com": {
"fullName": "test test",
"phone": "test@test.com",
"address": "test@test.com",
"dogName": "X",
"dogBreed": "H",
"dogAge": "2026-05-18",
"onboardingCompleted": true,
"birthdayAutoSend": false
}
}
+57
View File
@@ -0,0 +1,57 @@
{
"mattcohen0@gmail.com": {
"onboarding": {
"currentStep": 5,
"ownerFirstName": "test",
"ownerLastName": "test",
"email": "test@test.com",
"phone": "test@test.com",
"address": "test@test.com",
"dogName": "test@test.com",
"dogLastName": "test@test.com",
"dogBreed": "test@test.com",
"dogDateOfBirth": "2026-05-18",
"servicesNeeded": [
"Tiny Gang Pack Walks"
],
"temperament": "test",
"accessInstructions": "01",
"vetName": "test",
"vetAddress": "test",
"vetPhone": "test",
"emergencyContactName": "test",
"emergencyContactPhone": "test",
"isVaccinated": "no",
"hasFoodAllergies": "no",
"foodAllergiesDetail": "",
"hasEnvAllergies": "no",
"envAllergiesDetail": "",
"onSpecialDiet": "no",
"specialDietDetail": "",
"onMedication": "no",
"medicationDetail": "",
"wellSocialised": "",
"dogsInteractedWeekly": "",
"visitsBeach": "yes",
"visitsDogParks": "no",
"dogParksFrequency": "",
"biteHistory": "no",
"reactiveToDogs": "no",
"reactiveToAnimals": "no",
"reactiveToChildren": "no",
"reactiveToPeople": "no",
"isDesexed": "no",
"isRegistered": "yes",
"leashTrained": "yes",
"recallRating": 5,
"ranAwayBefore": "yes",
"carBehaviour": "test",
"knownCommands": "test",
"additionalNotes": "",
"socialMediaAccount": "",
"howDidYouHear": "",
"emergencyVetConsent": false,
"termsAccepted": false
}
}
}