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

[FIX/#252] QA사항 구현 #260

Merged
merged 16 commits into from
Mar 14, 2024
Merged

[FIX/#252] QA사항 구현 #260

merged 16 commits into from
Mar 14, 2024

Conversation

chattymin
Copy link
Member

⛳️ Work Description

  • 이것저것 짱많음

📢 To Reviewers

  • 여튼 해냄~

@chattymin chattymin added 동민 🐥 FIX 🔨 버그 및 오류 해결 labels Mar 13, 2024
@chattymin chattymin added this to the 2차 스프린트 milestone Mar 13, 2024
@chattymin chattymin self-assigned this Mar 13, 2024
Copy link
Contributor

@crownjoe crownjoe left a comment

Choose a reason for hiding this comment

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

역시 ....동민오빠 뭐 건들게 업네요.... 최고!! 수고 마낫어요~!!!!

@@ -56,7 +56,8 @@
<activity
android:name="com.going.presentation.onboarding.signup.SignUpActivity"
android:exported="false"
android:screenOrientation="portrait" />
android:screenOrientation="portrait"
android:windowSoftInputMode="adjustResize" />
Copy link
Contributor

Choose a reason for hiding this comment

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

굿굿 요런 기능이 있단 걸 오늘 배웠숩니닥!

@@ -6,15 +6,15 @@
<string name="to_string">%s</string>
<string name="dummy">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</string>

<string name="server_error">서버 통신에 실패했습니다</string>
<string name="server_error">서버 통신에 실패했어요</string>
Copy link
Contributor

Choose a reason for hiding this comment

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

순해졌어요 !!

@@ -23,7 +23,7 @@

<string name="sign_in_tv_terms">개인정보처리방침</string>

<string name="toast_back_pressed">버튼을 한번 더 누르면 종료됩니다</string>
<string name="toast_back_pressed">버튼을 한번 더 누르면 종료돼</string>
Copy link
Contributor

Choose a reason for hiding this comment

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

오잉 근데 이친구 반말해요?......... 허걱

Copy link
Member Author

Choose a reason for hiding this comment

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

헐 머임
수정할게요 ㅋㅋㅋㅋㅋㅋ

).apply { startActivity(this) }
).apply {
startActivity(this)
finish()
Copy link
Contributor

Choose a reason for hiding this comment

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

굿 굿 조아요!

Copy link
Member

@leeeyubin leeeyubin left a comment

Choose a reason for hiding this comment

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

여윽시 디테일 장인 완벽하네요!!!

Comment on lines +29 to +30
7 -> R.drawable.img_profile_3
else -> R.drawable.img_profile_guest
Copy link
Member

Choose a reason for hiding this comment

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

수정 감사합니다!!!!

<string name="trip_profile_character">나의 여행 캐릭터</string>
<string name="trip_profile_tag">여행 취향 태그</string>

<!--participant_profilt -->
<string name="participant_profile_btn">여행 캐릭터 검사하러 가기</string>
<string name="participant_profile_common">여행 캐릭터 검사를 아직 진행하지 않았어요</string>
<string name="participant_profile_owner">지금 바로 나를 대신 할 여행 캐릭터를 만나보세요!</string>
<string name="participant_profile_friend_title">%s의 여행 프로필</string>
<string name="participant_profile_friend_title">친구 여행 프로필</string>
Copy link
Member

Choose a reason for hiding this comment

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

요것두 수정 감사합니당 최고최고

@@ -257,7 +257,7 @@
<string name="edit_trip_info_date">%1$d.%2$d.%3$d</string>
<string name="edit_trip_info_toast_error">시작일을 먼저 입력해 주세요</string>
<string name="edit_trip_info_quit_dialog_title">여행방 나가기</string>
<string name="edit_trip_info_quit_dialog_message">나가기를 하면 정보가 모두 삭제되고,\n 여행 목록에서도 삭제됩니다</string>
<string name="edit_trip_info_quit_dialog_message">나가기를 하면 정보가 모두 삭제되고,\n 여행 목록에서도 삭제돼</string>
Copy link
Contributor

Choose a reason for hiding this comment

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

앗 이친구도욤!~~~!!ㅎㅎ

Copy link
Member

@Marchbreeze Marchbreeze left a comment

Choose a reason for hiding this comment

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

최~고

@chattymin chattymin merged commit 87a279d into develop Mar 14, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FIX 🔨 버그 및 오류 해결 동민 🐥
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FIX] 모든....부분.... / QA 나온 사항 구현하기......
4 participants