Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#19] Transaction 발생 시 알림 구현 #20

Merged
merged 2 commits into from
Jan 29, 2025
Merged

Conversation

austinhong22
Copy link
Collaborator

Transaction 발생 시 알림 구현

  • Transaction 발생 시 User 설정 임계값을 통한 User_alert 데이터 저장

@austinhong22 austinhong22 self-assigned this Jan 27, 2025

// 임계값 비교
for (AlertSetting setting : settings) {
if (savedTx.getTradeVolume() >= setting.getThreshold()) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이 로직은 DB에서 데이터를 가져올 때, filtering을 할 수 있지 않을까요?

@austinhong22 austinhong22 changed the base branch from feature/15 to develop January 29, 2025 10:49
@austinhong22 austinhong22 merged commit 96429bd into develop Jan 29, 2025
2 checks 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.

2 participants