-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9be4251
commit 2e291e8
Showing
9 changed files
with
131 additions
and
48 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 |
---|---|---|
|
@@ -113,27 +113,5 @@ | |
"studentDeadlines": {}, | ||
"instructorDeadlines": {} | ||
} | ||
}, | ||
"accountRequests": { | ||
"instructor1OfCourse1": { | ||
"name": "Instructor1 of Course1", | ||
"email": "[email protected]", | ||
"institute": "TEAMMATES Test Institute 1", | ||
"createdAt": "2011-01-01T00:00:00Z", | ||
"registeredAt": "1970-02-14T00:00:00Z" | ||
}, | ||
"instructor2OfCourse1": { | ||
"name": "Instructor2 of Course1", | ||
"email": "[email protected]", | ||
"institute": "TEAMMATES Test Institute 1", | ||
"createdAt": "2011-01-01T00:00:00Z", | ||
"registeredAt": "1970-02-14T00:00:00Z" | ||
}, | ||
"unregisteredInstructor1": { | ||
"name": "Typical Instructor Name", | ||
"email": "[email protected]", | ||
"institute": "TEAMMATES Test Institute 1", | ||
"createdAt": "2011-01-01T00:00:00Z" | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"accounts": { | ||
"accounts": { | ||
"instructor1OfCourse1": { | ||
"googleId": "tm.e2e.ASearch.instr1", | ||
"name": "Instructor1 of Course1", | ||
|
@@ -18,5 +18,27 @@ | |
"email": "[email protected]", | ||
"readNotifications": {} | ||
} | ||
} | ||
} | ||
}, | ||
"accountRequests": { | ||
"instructor1OfCourse1": { | ||
"name": "Instructor1 of Course1", | ||
"email": "[email protected]", | ||
"institute": "TEAMMATES Test Institute 1", | ||
"createdAt": "2011-01-01T00:00:00Z", | ||
"registeredAt": "1970-02-14T00:00:00Z" | ||
}, | ||
"instructor2OfCourse1": { | ||
"name": "Instructor2 of Course1", | ||
"email": "[email protected]", | ||
"institute": "TEAMMATES Test Institute 1", | ||
"createdAt": "2011-01-01T00:00:00Z", | ||
"registeredAt": "1970-02-14T00:00:00Z" | ||
}, | ||
"unregisteredInstructor1": { | ||
"name": "Typical Instructor Name", | ||
"email": "[email protected]", | ||
"institute": "TEAMMATES Test Institute 1", | ||
"createdAt": "2011-01-01T00:00:00Z" | ||
} | ||
} | ||
} |
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
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