-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Update invitation logic ## ♻️ Current situation & Problem After some discussions and troubleshooting with Firebase support, we are ready to update our invitation logic to make sure patient data is securely stored. ## ⚙️ Release Notes *Add a bullet point list summary of the feature and possible migration guides if this is a breaking change so this section can be added to the release notes.* *Include code snippets that provide examples of the feature implemented or links to the documentation if it appends or changes the public interface.* ## 📚 Documentation *Please ensure that you properly document any additions in conformance to [Spezi Documentation Guide](https://github.com/StanfordSpezi/.github/blob/main/DOCUMENTATIONGUIDE.md).* *You can use this section to describe your solution, but we encourage contributors to document your reasoning and changes using in-line documentation.* ## ✅ Testing *Please ensure that the PR meets the testing requirements set by CodeCov and that new functionality is appropriately tested.* *This section describes important information about the tests and why some elements might not be testable.* ### Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md).
- Loading branch information
1 parent
aac3939
commit cc09c8d
Showing
21 changed files
with
291 additions
and
378 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
"type": "admin", | ||
"dateOfEnrollment": "1970-01-01T00:00:00.000Z", | ||
"lastActiveDate": "1970-01-01T00:00:00.000Z", | ||
"invitationCode": "" | ||
"invitationCode": "[email protected]" | ||
} | ||
}, | ||
{ | ||
|
@@ -24,7 +24,7 @@ | |
"type": "admin", | ||
"dateOfEnrollment": "1970-01-01T00:00:00.000Z", | ||
"lastActiveDate": "1970-01-01T00:00:00.000Z", | ||
"invitationCode": "" | ||
"invitationCode": "[email protected]" | ||
} | ||
}, | ||
{ | ||
|
@@ -39,7 +39,7 @@ | |
"organization": "stanford", | ||
"dateOfEnrollment": "1970-01-01T00:00:00.000Z", | ||
"lastActiveDate": "1970-01-01T00:00:00.000Z", | ||
"invitationCode": "" | ||
"invitationCode": "[email protected]" | ||
} | ||
}, | ||
{ | ||
|
@@ -54,7 +54,7 @@ | |
"organization": "stanford", | ||
"dateOfEnrollment": "1970-01-01T00:00:00.000Z", | ||
"lastActiveDate": "1970-01-01T00:00:00.000Z", | ||
"invitationCode": "" | ||
"invitationCode": "[email protected]" | ||
} | ||
}, | ||
{ | ||
|
@@ -69,7 +69,7 @@ | |
"organization": "jhu", | ||
"dateOfEnrollment": "1970-01-01T00:00:00.000Z", | ||
"lastActiveDate": "1970-01-01T00:00:00.000Z", | ||
"invitationCode": "" | ||
"invitationCode": "[email protected]" | ||
} | ||
}, | ||
{ | ||
|
@@ -84,7 +84,7 @@ | |
"organization": "umich", | ||
"dateOfEnrollment": "1970-01-01T00:00:00.000Z", | ||
"lastActiveDate": "1970-01-01T00:00:00.000Z", | ||
"invitationCode": "" | ||
"invitationCode": "[email protected]" | ||
} | ||
}, | ||
{ | ||
|
@@ -99,7 +99,7 @@ | |
"organization": "uw", | ||
"dateOfEnrollment": "1970-01-01T00:00:00.000Z", | ||
"lastActiveDate": "1970-01-01T00:00:00.000Z", | ||
"invitationCode": "" | ||
"invitationCode": "[email protected]" | ||
} | ||
}, | ||
{ | ||
|
@@ -114,7 +114,7 @@ | |
"organization": "stanford", | ||
"dateOfEnrollment": "1970-01-01T00:00:00.000Z", | ||
"lastActiveDate": "1970-01-01T00:00:00.000Z", | ||
"invitationCode": "" | ||
"invitationCode": "[email protected]" | ||
} | ||
}, | ||
{ | ||
|
@@ -129,52 +129,52 @@ | |
"organization": "stanford", | ||
"dateOfEnrollment": "1970-01-01T00:00:00.000Z", | ||
"lastActiveDate": "1970-01-01T00:00:00.000Z", | ||
"invitationCode": "" | ||
"invitationCode": "[email protected]" | ||
} | ||
}, | ||
{ | ||
"auth": { | ||
"uid": "engagehf-clinician-jhu.edu", | ||
"uid": "engagehf-clinician0-jhu.edu", | ||
"displayName": "JHU Clinician", | ||
"email": "engagehf-clinician@jhu.edu", | ||
"email": "engagehf-clinician0@jhu.edu", | ||
"password": "password" | ||
}, | ||
"user": { | ||
"type": "clinician", | ||
"organization": "jhu", | ||
"dateOfEnrollment": "1970-01-01T00:00:00.000Z", | ||
"lastActiveDate": "1970-01-01T00:00:00.000Z", | ||
"invitationCode": "" | ||
"invitationCode": "[email protected]" | ||
} | ||
}, | ||
{ | ||
"auth": { | ||
"uid": "engagehf-clinician-umich.edu", | ||
"uid": "engagehf-clinician0-umich.edu", | ||
"displayName": "UMich Clinician", | ||
"email": "engagehf-clinician@umich.edu", | ||
"email": "engagehf-clinician0@umich.edu", | ||
"password": "password" | ||
}, | ||
"user": { | ||
"type": "clinician", | ||
"organization": "umich", | ||
"dateOfEnrollment": "1970-01-01T00:00:00.000Z", | ||
"lastActiveDate": "1970-01-01T00:00:00.000Z", | ||
"invitationCode": "" | ||
"invitationCode": "[email protected]" | ||
} | ||
}, | ||
{ | ||
"auth": { | ||
"uid": "engagehf-clinician-uw.edu", | ||
"uid": "engagehf-clinician0-uw.edu", | ||
"displayName": "UW Clinician", | ||
"email": "engagehf-clinician@uw.edu", | ||
"email": "engagehf-clinician0@uw.edu", | ||
"password": "password" | ||
}, | ||
"user": { | ||
"type": "clinician", | ||
"organization": "uw", | ||
"dateOfEnrollment": "1970-01-01T00:00:00.000Z", | ||
"lastActiveDate": "1970-01-01T00:00:00.000Z", | ||
"invitationCode": "" | ||
"invitationCode": "[email protected]" | ||
} | ||
}, | ||
{ | ||
|
@@ -189,7 +189,7 @@ | |
"organization": "stanford", | ||
"dateOfEnrollment": "1970-01-01T00:00:00.000Z", | ||
"lastActiveDate": "1970-01-01T00:00:00.000Z", | ||
"invitationCode": "" | ||
"invitationCode": "SEEDING0" | ||
} | ||
}, | ||
{ | ||
|
@@ -204,7 +204,7 @@ | |
"organization": "stanford", | ||
"dateOfEnrollment": "1970-01-01T00:00:00.000Z", | ||
"lastActiveDate": "1970-01-01T00:00:00.000Z", | ||
"invitationCode": "" | ||
"invitationCode": "SEEDING1" | ||
} | ||
}, | ||
{ | ||
|
@@ -219,7 +219,7 @@ | |
"organization": "stanford", | ||
"dateOfEnrollment": "1970-01-01T00:00:00.000Z", | ||
"lastActiveDate": "1970-01-01T00:00:00.000Z", | ||
"invitationCode": "" | ||
"invitationCode": "SEEDING2" | ||
} | ||
}, | ||
{ | ||
|
@@ -234,7 +234,7 @@ | |
"organization": "jhu", | ||
"dateOfEnrollment": "1970-01-01T00:00:00.000Z", | ||
"lastActiveDate": "1970-01-01T00:00:00.000Z", | ||
"invitationCode": "" | ||
"invitationCode": "SEEDING3" | ||
} | ||
}, | ||
{ | ||
|
@@ -249,7 +249,7 @@ | |
"organization": "jhu", | ||
"dateOfEnrollment": "1970-01-01T00:00:00.000Z", | ||
"lastActiveDate": "1970-01-01T00:00:00.000Z", | ||
"invitationCode": "" | ||
"invitationCode": "SEEDING4" | ||
} | ||
}, | ||
{ | ||
|
@@ -264,7 +264,7 @@ | |
"organization": "jhu", | ||
"dateOfEnrollment": "1970-01-01T00:00:00.000Z", | ||
"lastActiveDate": "1970-01-01T00:00:00.000Z", | ||
"invitationCode": "" | ||
"invitationCode": "SEEDING5" | ||
} | ||
} | ||
] |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.