-
Notifications
You must be signed in to change notification settings - Fork 1
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
history #9
Comments
entity 저장할때 userId 필드 따로 만들어서 조회할때 userId랑 characterName으로 조회하면 좋을 것 같아요(dto는 유지) |
resource777
added a commit
that referenced
this issue
Aug 5, 2023
soulchicken
added
feature
New feature or request
wontfix
This will not be worked on
labels
Aug 9, 2023
MustSave
added a commit
that referenced
this issue
Aug 10, 2023
* Feat: build.gradle 추가 * Feat: chat, user 파일 컨벤션에 맞게 이식 * Feat: Character domain 생성 * Feat: character repository 추가 * Feat: 캐릭터 정보 데이터베이스에서 가져올 수 있도록 변경 * Feat: StompMessageEntity 추가 * Feat: stompMessageDTO, Service, Reposi 생성 * Feat: StompMessage MongoDB 저장 확인 * Feat: StompOutboundHandler에서 AI에서 보낸 메시지 캐치 * Feat: handler에서 Dto 값 세팅 후 디비 저장 * Feat: 중복된 메세지 저장 안되도록 간단한 로직 생성 * Feat: history 완료 * Chore: 저장 메시지 변경 * Chore: S3를 사용해 환경변수 관리 * Chore: workflow에서 불필요한 step 삭제 * Feat: UserId 멤버변수 추가, historty db조회 로직 변경 #9 * Feat: UserId 추가 로직 완료 #9 * Feat: 최근 10개 보내기 구현 완료 #9 * Feat: add controller for healthcheck * Chore: update app version to 0.1.0 * Feat: 최근 대화 1개 보내기 api(테스트 못함) * Feat: 최근 메세지 api 구현 완료 * Feat: unique anonymous user * Chore: remove useless print and comment * Feat: Swagger 추가시 문제 발생 #13 * Feat: Swagger 붙이기 해결 --------- Co-authored-by: MustSave <[email protected]> Co-authored-by: MustSave <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
history에는 status, characterName, content만 있으면 될 것 같아요
entity 저장할때 userId 필드 따로 만들어서 조회할때 userId랑 characterName으로 조회하면 좋을 것 같아요(dto는 유지)
history 최근 N개만 가져오는 기능이 필요해요
The text was updated successfully, but these errors were encountered: