Skip to content

Conversation

@wntpdnjs
Copy link
Contributor

👀 관련 이슈

#330

✨ 작업한 내용

알림 조회, 알림 설정 화면 api 연결 완료
로그인 했을 때 setting 값 기본으로 추가
강의 시작할 때 학생 알림 추가
퀴즈 업로드, 정답 공개 알림 추가
강의록 업로드 했을 때 알림 추가

🌀 PR Point

다른 창에서 선생님이랑 학생 두개로 로그인 하고 강의록 생성했을 때 해당 클래스 수강중인 학생한테 알림 가나 확인해주세요

🍰 참고사항

📷 스크린샷 또는 GIF

기능 스크린샷

@wntpdnjs wntpdnjs self-assigned this Oct 11, 2025
@wntpdnjs wntpdnjs added the ✨ Feat 새 기능 개발 label Oct 11, 2025
@wntpdnjs wntpdnjs changed the title Feat/#330/student_noti ✨ Feat/#330/학생 알림 api 연동 Oct 11, 2025
@wntpdnjs wntpdnjs changed the title ✨ Feat/#330/학생 알림 api 연동 ✨ Feat/#330 학생 알림 api 연동 Oct 11, 2025
@wntpdnjs wntpdnjs linked an issue Oct 11, 2025 that may be closed by this pull request
5 tasks
import { axiosInstance } from "@/api/axiosInstance";
import { ENDPOINTS } from "@/constants/endpoints";

const VAPID_KEY = process.env.NEXT_PUBLIC_FIREBASE_VAPID_KEY!;
Copy link
Contributor

Choose a reason for hiding this comment

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

이거 환경변수 업데이트 부탁요

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨ Feat 새 기능 개발

Projects

None yet

Development

Successfully merging this pull request may close these issues.

✨ 학생 알림 보내기 구현

3 participants