Conversation
## 작업 내역 - AWS_REGION 및 COGNITO_USER_POOL_ID 환경 변수를 ECS 태스크 정의에 추가함
## 작업 내역 - 사용자 정보를 위한 Pydantic 기반의 UserInfoResponse 클래스 추가
## 작업 내역 - 사용자 정보를 조회하는 GET /users 엔드포인트 추가 - UserInfoResponse DTO를 사용하여 응답 모델 정의
## 작업 내역 - UserService에 Cognito 클라이언트를 추가하여 사용자 정보를 조회하는 get_user_info 메서드 구현 - 사용자 풀 ID를 환경 변수에서 가져오도록 설정 - nickname을 포함한 사용자 정보 응답 모델 생성
## 작업 내역 - UserService에 XRPL 네트워크에서 계정 정보를 조회하는 get_account_info 메서드 추가 - 사용자의 지갑 주소를 기반으로 XRPL 계정 잔액을 조회하여 응답 모델에 포함하도록 수정
## 작업 내역 - .DS_Store 항목 추가 - .docs 항목 추가
## 작업 내역 - UserService에 XRPL 네트워크에서 계정의 거래 내역을 조회하는 get_account_transactions 메서드 추가 - 사용자의 총 수익을 계산하여 응답 모델에 포함하도록 수정
## 작업 내역 - UserService에서 사용자의 지갑 정보를 조회하는 방식을 개선하여, MongoDB에서 직접 지갑 정보를 가져오도록 수정 - XRPL 네트워크에서의 잔액 및 거래 내역 조회 로직을 주석 처리하고, MongoDB에서의 총 수익 및 포인트 계산 로직 추가 - 응답 모델에서 사용자 레벨 타이틀을 NFT 등급으로 변경
1 task
## 작업 내역 - ECS 태스크 정의에서 MongoDB 관련 환경 변수를 기존의 SSM에서 Secrets Manager로 변경하여 MONGODB_URL 추가
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
작업 내역 (관련 이슈)
특이 사항