Skip to content

[Feature] Sensor 삭제 로직 변경, 리포지토리명 변경#191

Merged
DaeunSon merged 13 commits intomainfrom
feature/room
May 27, 2025
Merged

[Feature] Sensor 삭제 로직 변경, 리포지토리명 변경#191
DaeunSon merged 13 commits intomainfrom
feature/room

Conversation

@DaeunSon
Copy link
Copy Markdown
Collaborator

@DaeunSon DaeunSon commented May 27, 2025

#️⃣ Issue Number

📝 요약(Summary)

센서를 삭제할 때 관련된 hourlysnapshot도 함께 삭제되도록 수정하였습니다.
센서 삭제 API, 방에서 센서 등록 해제 API의 파라미터를 @RequestBody -> @RequestParam으로 변경하였습니다.
HoulryDeviceAirQualityRepository -> HourlySensorAirQualityRepository로 이름을 변경하였습니다.
MqttReceiveService의 주석을 해제하였습니다.
ScoreScheduler의 주석을 해제하여 한 시간마다 방 평균 점수가 업데이트 되도록 하였습니다.
센서 일련번호로 센서 정보를 조회하는 API를 추가하였습니다.
CICD를 최적화하였습니다.

🛠️ PR 유형

어떤 변경 사항이 있나요?

  • 새로운 기능 추가
  • 버그 수정
  • CSS 등 사용자 UI 디자인 변경
  • 코드에 영향을 주지 않는 변경사항(오타 수정, 탭 사이즈 변경, 변수명 변경)
  • 코드 리팩토링
  • 주석 추가 및 수정
  • 문서 수정
  • 테스트 추가, 테스트 리팩토링
  • 빌드 부분 혹은 패키지 매니저 수정
  • 파일 혹은 폴더명 수정
  • 파일 혹은 폴더 삭제

💬 공유사항 to 리뷰어

@DaeunSon
Copy link
Copy Markdown
Collaborator Author

hourlysnapshot 관련 메서드 검토
report 관련 메서드 검토
hourlysnapshot, sensorairqualitydata 가 실제 시간보다 -9시간 되어서 DB에 저장되는 이슈

@DaeunSon DaeunSon merged commit 3b4d4cd into main May 27, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant