-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
12 changed files
with
85 additions
and
55 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
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
export const MEMBER_ROLE_PREFIX = 'ROLE_'; | ||
|
||
export const MEMBER_ROLE = { | ||
회장: `${MEMBER_ROLE_PREFIX}회장`, | ||
부회장: `${MEMBER_ROLE_PREFIX}부회장`, | ||
서기: `${MEMBER_ROLE_PREFIX}서기`, | ||
총무: `${MEMBER_ROLE_PREFIX}총무`, | ||
사서: `${MEMBER_ROLE_PREFIX}사서`, | ||
학술부장: `${MEMBER_ROLE_PREFIX}학술부장`, | ||
대외부장: `${MEMBER_ROLE_PREFIX}대외부장`, | ||
전산관리자: `${MEMBER_ROLE_PREFIX}전산관리자`, | ||
FRONT_전산관리자: `${MEMBER_ROLE_PREFIX}FRONT_전산관리자`, | ||
BACK_전산관리자: `${MEMBER_ROLE_PREFIX}BACK_전산관리자`, | ||
INFRA_전산관리자: `${MEMBER_ROLE_PREFIX}INFRA_전산관리자`, | ||
회원: `${MEMBER_ROLE_PREFIX}회원`, | ||
출제자: `${MEMBER_ROLE_PREFIX}출제자`, | ||
} as const; |
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
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