-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: 12기 서류 시작으로 인한 상태 변경 및 지원서 링크 수정 (#222)
- Loading branch information
1 parent
0426db8
commit c56b599
Showing
3 changed files
with
8 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"status": "INACTIVE", | ||
"applicationStartDateTime": "2024/06/10 00:00:00", | ||
"applicationEndDateTime": "2024/06/19 23:59:59", | ||
"applicantAcceptanceDateTime": "2024/06/28 00:00:00" | ||
"status": "UPCOMING", | ||
"applicationStartDateTime": "2024/11/18 00:00:00", | ||
"applicationEndDateTime": "2024/12/15 23:59:59", | ||
"applicantAcceptanceDateTime": "2024/12/25 00:00:00" | ||
} |
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,9 +1,9 @@ | ||
export const CURRENT_FLAG = 11; | ||
export const CURRENT_FLAG = 12; | ||
|
||
export const NEXT_FLAG = CURRENT_FLAG + 1; | ||
|
||
export const DEVELOPER_APPLICATION_LINK = 'https://forms.gle/mmwaEmyksJjf12557'; | ||
export const DEVELOPER_APPLICATION_LINK = 'https://forms.gle/qgXeZ1KgeriC54g67'; | ||
|
||
export const DESIGNER_APPLICATION_LINK = 'https://forms.gle/ZCUPBJiuctpibpdy9'; | ||
export const DESIGNER_APPLICATION_LINK = 'https://forms.gle/W4sMemrifo7yJNBV7'; | ||
|
||
export const NEXT_COHORT_NOTIFICATION_URL = 'https://forms.gle/nA3MLWbUyAoikWw16'; |