-
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
refactor: Memory -> Category 도메인명 변경 및 API URI 변경 #595 #608
refactor: Memory -> Category 도메인명 변경 및 API URI 변경 #595 #608
Conversation
메서드의 파라미터명 변경 - memoryId -> categoryId - newMemory -> newCategory
메서드명 변경 - ...Memory -> ...Category - getMemories -> getCategories
- memoryApiService -> categoryApiService
- MemoryRemoteDataSource -> CategoryRemoteDataSource
- memoryDataSource -> categoryDataSource
- memoryId -> categoryId - newMemory -> newCategory
- MemoryDefaultRepository -> CategoryDefaultRepository
- memories -> categories
- memoryId -> categoryId - memoryTitle -> categoryTitle
- memories -> categories
- memoryId -> categoryId - memoryTitle -> categoryTitle
- MemoriesResponse -> CategoriesResponse
- MemoryCandidateResponse -> CategoryCandidateResponse
- memoryId -> categoryId
- memoryId -> categoryId
- MemoryCreationResponse -> CategoryCreationResponse
- memoryThumbnailUrl -> categoryThumbnailUrl - memoryTitle -> categoryTitle
- memoryThumbnailUrl -> categoryThumbnailUrl - memoryTitle -> categoryTitle
- MemoryRequest -> CategoryRequest
- memoryId -> categoryId - memoryThumbnailUrl -> categoryThumbnailUrl - memoryTitle -> categoryTitle
- memoryId -> categoryId - memoryThumbnailUrl -> categoryThumbnailUrl - memoryTitle -> categoryTitle
- MemoryResponse -> CategoryResponse
- MemoryStaccatoDto -> CategoryStaccatoDto
- memoryId -> categoryId
- memoryId -> categoryId
- memoryId -> categoryId - memoryTitle -> categoryTitle
- memoryId -> categoryId - memoryTitle -> categoryTitle
API URL 변경에 따라, serial name의 moment를 staccato로 변경 - momentId -> staccatoId - momentImageUrls -> staccatoImageUrls
API URL 변경에 따라, serial name의 moment를 staccato로 변경 - momentImageUrls -> staccatoImageUrls
- momentImageUrls -> staccatoImageUrls
- momentImageUrls -> staccatoImageUrls
API URL의 변경에 따라, moment를 staccato로 변경 - moments -> staccatos - momentId -> staccatoId 동반객체 활용 - STACCATO_ID = "staccatoId" - STACCATO_PATH_WITH_ID = "$STACCATOS_PATH/{$STACCATO_ID}"
- moment -> staccato
feature/#595 branch에 develop branch의 최신 변경 사항을 반영
- import 알파벳 순서에 따라 재정렬 - 들여쓰기 조정 - line당 글자수 초과한 코드 개행 처리
- 업데이트할 기분을 String이 아닌 도메인 모델 Feeling으로 변경 - StaccatoDefaultRepository에서 toFeelingRequest Mapper 메서드 활용
- MemoryCandidateFixture -> CategoryCandidateFixture
- Memory -> Category - MemoryStaccato -> CategoryStaccato
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.
도메인명 변경하시느라 정말 고생 많으셨습니다!!! memory를 category로 잘 바꿔주셨네요~
호두 덕분에 개발할 때 도메인명 때문에 혼동이 생기진 않겠네요~ 감사합니다! 🙇♂️
그나저나 커밋이 250개라니.. 역시 갓두🔥
URI에 남아있는 moment를 staccato로 변경 - 버저닝을 위해 comments 경로에 /v2 추가 - momentId -> staccatoId 로 변경
GET, POST 요청에만 v2 적용하도록 변경 - 버저닝 URI인 COMMENTS_URI_V2
다른 ApiService에서 사용하는 변수명과 통일 - URI -> PATH
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.
Commits 254...
File changed 129...
What the Hell?
너무 수고하셨습니다 호두!!!
- develop branch의 변경 사항을 해당 기능 branch(feature/#595)에 반영
- convertMemoryUriToFile -> convertCategoryUriToFile
⭐️ Issue Number
🚩 Summary
AccountInformation
과MyProfile
을 제거했습니다.convertExcretaToFile
)의 이름을convertStaccatoUriToFile
로 변경했습니다.🙂 To Reviewer
📋 To Do