[Feature] #9 - (총괄) 시스템 관리 기능 API 구현#19
Open
yewoonn wants to merge 3 commits into
Open
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Issue 🍀
Key Changes 🔑
시스템 관리 기능 관련 API 1차 구현 완료 했습니다. (시험이 늦게 끝나서.. 일정에 차질 없게 미리 작업했습니당!)
1. 검침원 관리
2. 노인 관리
3. 배정 관리
4. 공지사항 관리
To Reviewers 🙏🏻
굵직한 변경 및 논의 사항은 다음과 같고, 조금 러프하게 작업 해놔서 시험 끝나고 상세하게 리팩토링 & 디버깅 예정입니다!
등록 시에 초기화만 하고 웹소켓으로 실시간 처리 필요할 것 같습니다!
ManyToOne > OneToOne) 설정
UniqueConstraint(columnNames = {"elderId", "MeterId"}) > UniqueConstraint(columnNames = {"elderId"}) 설정