-
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.
[RELEASE] release 3.0.1 출석상태 polling 기능 추가
3.0.1 업데이트를 실시합니다. ### 주요 변경 사항 저번 EEOS 사용자 대상으로 한 설문조사를 바탕으로 업데이트를 실시하였습니다. 아래의 기능이 추가되었습니다. 사용자 출석 상태를 이제 새로고침 없이 바로바로 확인이 가능합니다. 해당 출석 상태 변경 요청은 관리자(회장단)가 주간발표를 생성하고, 출석 상태로 변경시 polling으로 2초마다 요청됩니다. 관리자(회장단)가 지각 상태로 변경시에 해당 polling 요청은 바로 중지되며, 이후 출석 상태는 지각으로 처리됩니다. 아래의 hook들을 수정하였습니다. useProgramQuery.ts의 useUpdateProgramAttendMode useMemberQuery.ts의 useUpdateMemberActiveStatus
- Loading branch information
Showing
55 changed files
with
1,006 additions
and
703 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,5 +64,6 @@ | |
"tailwindcss": "latest", | ||
"ts-node": "^10.9.2", | ||
"typescript": "latest" | ||
} | ||
}, | ||
"packageManager": "[email protected]+sha1.8adba2d20330c02d3856e18c4eb3819d1d3ca6aa" | ||
} |
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
Oops, something went wrong.