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

[Feature] 내 상점 페이지 이벤트/공지 수정 삭제 #314

Merged
merged 34 commits into from
Jul 10, 2024

Conversation

skdud0629
Copy link
Member

개요

  • 사장님 내 상점 페이지
    • 상점 이벤트/공지 수정 및 삭제 구현

작업 상세내용

  • 이벤트 수정
    • 아이템을 여러 개 선택했을 때 수정 버튼을 누르면 하나의 아이템만 선택할 수 있다는 경고 메세지를 보여줌.
  • 이벤트 삭제
    • 다이얼로그로 확인창을 띄운 뒤 삭제

결과 화면

@skdud0629 skdud0629 requested a review from a team as a code owner July 7, 2024 03:08
@skdud0629 skdud0629 changed the base branch from production to develop July 7, 2024 03:08
@skdud0629 skdud0629 self-assigned this Jul 7, 2024
Copy link
Contributor

@Jokwanhee Jokwanhee left a comment

Choose a reason for hiding this comment

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

고생했습니다. 👍

@@ -116,7 +116,18 @@ object BusinessAuthNetworkModule {
): Interceptor {
return Interceptor { chain: Interceptor.Chain ->
runBlocking {
val ownerAccessToken = tokenLocalDataSource.getOwnerAccessToken() ?: ""
val ownerAccessToken =
"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzM4NCJ9.eyJpZCI6NTU0OCwiZXhwIjoxNzE5ODg2Nzc4fQ.5LjbuPxi1G0aQoxtvWjB3ajpd28k6kjjCp4I199fkt3C8cRa40zxcjJwS91X0pSi"
Copy link
Contributor

Choose a reason for hiding this comment

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

access token 하드코딩으로 넣은 이유가 뭔가요? 테스트하다가 실수로 넣은건가요?

Copy link
Contributor

Choose a reason for hiding this comment

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

절대로 토큰을 commit 하지 마세요. 시크릿 키 포함

Copy link
Member Author

Choose a reason for hiding this comment

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

테스트하다가 실수로 커밋했습니다..😣

Copy link
Contributor

@yunjaena yunjaena left a comment

Choose a reason for hiding this comment

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

수고 하셨습니다! comment 확인해주세요 :)

@@ -116,7 +116,18 @@ object BusinessAuthNetworkModule {
): Interceptor {
return Interceptor { chain: Interceptor.Chain ->
runBlocking {
val ownerAccessToken = tokenLocalDataSource.getOwnerAccessToken() ?: ""
val ownerAccessToken =
"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzM4NCJ9.eyJpZCI6NTU0OCwiZXhwIjoxNzE5ODg2Nzc4fQ.5LjbuPxi1G0aQoxtvWjB3ajpd28k6kjjCp4I199fkt3C8cRa40zxcjJwS91X0pSi"
Copy link
Contributor

Choose a reason for hiding this comment

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

절대로 토큰을 commit 하지 마세요. 시크릿 키 포함

Copy link
Contributor

@yunjaena yunjaena left a comment

Choose a reason for hiding this comment

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

LGTM 수고하셨습니다!

Copy link
Contributor

@Jokwanhee Jokwanhee left a comment

Choose a reason for hiding this comment

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

고생하셨습니다 👍

@skdud0629 skdud0629 merged commit d83e7f6 into develop Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants