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

feat(be): create Q&A session #48

Merged
merged 8 commits into from
Nov 9, 2024
Merged

feat(be): create Q&A session #48

merged 8 commits into from
Nov 9, 2024

Conversation

shl0501
Copy link
Collaborator

@shl0501 shl0501 commented Nov 9, 2024

개요

  • session 생성 기능을 만들었습니다.

추가내용

  • 로그인 기능이 없기 떄문에 session table의 create_user_id를 임의의 integer값으로 설정했습니다. 차후 로그인 기능이 구현된다면 수정할 예정입니다.
  • expired_at을 현재 시간에서 30분 뒤로 설정하였습니다. 정책 논의 후 수정할 예정입니다.
  • sessionId를 해시값을 21개 자른 값으로 설정하였습니다. 정책 논의 후 수정할 예정입니다.

이슈

@shl0501 shl0501 self-assigned this Nov 9, 2024
@shl0501 shl0501 added the Feature New feature or request label Nov 9, 2024
@shl0501 shl0501 changed the title Feat(be): create qa session Feat(be): create Q&A session Nov 9, 2024
@wlgh1553
Copy link
Collaborator

wlgh1553 commented Nov 9, 2024

상현님!! 고생 많으셨습니다!!! 작업 속도가 엄청 빠르시네요!
다름이 아니라, github project 관리할 때에 PR은 task로 올라가지 않도록 하기로 했었어서,
이 PR의 Projects 부분에 Ask-It 연동 안 해 주셔도 될 것 같아요!

현재 상현님께 할당된 task 확인해보면 다음처럼 PR도 올라가 있는데, issue만 올라갈 수 있도록 해주시면 좋을 것 같습니다!
image

Copy link
Collaborator

@yu-yj215 yu-yj215 left a comment

Choose a reason for hiding this comment

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

pm2 stop ask-it || true
pm2 delete ask-it || true
pnpx prisma generate
pnpx prisma migrate deploy
pnpm build
pm2 start pnpm --name "ask-it" -- run start:prod 스크립트 이렇게 바꿔주세요

apps/server/src/sessions/sessions.service.ts Outdated Show resolved Hide resolved
apps/server/src/sessions/sessions.service.ts Outdated Show resolved Hide resolved
apps/server/src/sessions/sessions.service.ts Outdated Show resolved Hide resolved
@wlgh1553 wlgh1553 self-requested a review November 9, 2024 06:11
Copy link
Collaborator

@wlgh1553 wlgh1553 left a comment

Choose a reason for hiding this comment

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

lgtm!!

@shl0501 shl0501 merged commit 0300982 into main Nov 9, 2024
1 check passed
@shl0501 shl0501 deleted the feat(@be)/create-QA-session branch November 9, 2024 06:15
@shl0501 shl0501 changed the title Feat(be): create Q&A session Feat(@be): create Q&A session Nov 10, 2024
@shl0501 shl0501 changed the title Feat(@be): create Q&A session feat(@be): create Q&A session Nov 12, 2024
@shl0501 shl0501 changed the title feat(@be): create Q&A session feat(be): create Q&A session Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat]: Q&A 세션 생성 기능
3 participants