-
Notifications
You must be signed in to change notification settings - Fork 3
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
Zabo boards 서비스 관련 API 작업 #144
Conversation
…-nodejs into feature/board
…d use it for next api call
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
정말 고생 많으셨습니다! 감사합니다 :)
기존 코드 컨벤션에 맞게 정말 빠르게 너무 잘 작성하셔서, 금방 이해할 수 있었습니다!
몇가지 피드백을 정리해서 전달드려요.
감사합니다!!
@@ -37,9 +37,11 @@ | |||
"@babel/preset-env": "^7.20.2", | |||
"@babel/preset-react": "^7.18.6", | |||
"@babel/register": "^7.21.0", | |||
"@tiptap/pm": "^2.3.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 부분이 없어서 계속 yarn dev 명령에서 에러가 떴었습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
좋아 보입니다! 감사합니다 👍
Summary
It closes #140
Extra info
기본적으로 session의 rolling option이 켜져있는것 같습니다. 따라서 세션 쿠키가 만료되는 문제는 걱정하지 않아도 될 것 같습니다.
(10분안에 자보 리스트 요청을 다시 보낸다는 가정 하에)
데이터베이스에 2개의 테이블을 더 만들었습니다. 하나는 디바이스의 인증 정보 및 lastSeenZabo 정보 등을 저장하고
나머지 하나는 디바이스 로그로, 어떤 디바이스에 어떤 자보가 보내졌는지를 기록합니다.
Images or Screenshots
Further Work