-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated documentation format and added admins documentation
- Loading branch information
1 parent
1cd94f8
commit d87478d
Showing
4 changed files
with
53 additions
and
146 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
105 changes: 0 additions & 105 deletions
105
frontend/src/components/utils/Footer/CantFindApartmentModal.tsx
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,14 @@ | ||
export const loadingLength = 5; | ||
|
||
/** | ||
* admins – List of CUApts' admins' email addresses. | ||
* | ||
* @remarks | ||
* This array contains the emails of users who have access to the admin system on CUApts. Each email should be followed with a comment indicating | ||
* the admin's name. This array should be updated periodically to remove old admins and add new admins. | ||
* | ||
* @return {string[]} – An array of admin email addresses. | ||
*/ | ||
export const admins: string[] = [ | ||
'[email protected]', // Grace | ||
'[email protected]', // Sophia | ||
|