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

history #9

Open
MustSave opened this issue Aug 5, 2023 · 1 comment
Open

history #9

MustSave opened this issue Aug 5, 2023 · 1 comment
Labels
feature New feature or request wontfix This will not be worked on

Comments

@MustSave
Copy link
Contributor

MustSave commented Aug 5, 2023

history에는 status, characterName, content만 있으면 될 것 같아요
entity 저장할때 userId 필드 따로 만들어서 조회할때 userId랑 characterName으로 조회하면 좋을 것 같아요(dto는 유지)
history 최근 N개만 가져오는 기능이 필요해요

@resource777
Copy link
Contributor

entity 저장할때 userId 필드 따로 만들어서 조회할때 userId랑 characterName으로 조회하면 좋을 것 같아요(dto는 유지)
-> messageFrom/To 의 필요성이 안느껴지는 느낌이 있어요.

resource777 added a commit that referenced this issue Aug 5, 2023
@soulchicken 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
Labels
feature New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants