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

[PATCH] /notice/active/read 활동 알림 읽음 처리 #20

Merged
merged 5 commits into from
Jan 12, 2022

Conversation

youngkwon02
Copy link
Member

✅ Default Checklist

  • check branch

  • set Labels

  • set Reviewers


📕 Task

  • 활동 알림 테스트 데이터 생성
  • 활동 알림 읽음 처리 API 작성

@youngkwon02 youngkwon02 added 🦋 영권 Enhancement ✨ New feature or request PATCH 💚 HTTP method : PATCH labels Jan 11, 2022
@youngkwon02 youngkwon02 self-assigned this Jan 11, 2022
@youngkwon02 youngkwon02 changed the title [PATCH] /notice/service/read 서비스 알림 읽음 처리 [PATCH] /notice/service/read 활동 알림 읽음 처리 Jan 11, 2022
@youngkwon02 youngkwon02 changed the title [PATCH] /notice/service/read 활동 알림 읽음 처리 [PATCH] /notice/active/read 활동 알림 읽음 처리 Jan 11, 2022
const { rows } = await client.query(
`
UPDATE spark.notification
SET is_read = TRUE, read_at = now(), updated_at = now()
Copy link
Contributor

Choose a reason for hiding this comment

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

이것도 서비스알림과 마찬가지로 timezone 한국으로 맞추면 좋을 것 같아요!

Copy link
Contributor

@junghyun-jacky junghyun-jacky left a comment

Choose a reason for hiding this comment

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

좋습니다!

@youngkwon02 youngkwon02 merged commit 1cfe6a0 into develop Jan 12, 2022
@youngkwon02 youngkwon02 deleted the feature/#19 branch January 12, 2022 03:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement ✨ New feature or request PATCH 💚 HTTP method : PATCH 🦋 영권
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants