Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Update/burrito to goose #10

Merged
merged 9 commits into from
Oct 24, 2023
Merged

Update/burrito to goose #10

merged 9 commits into from
Oct 24, 2023

Conversation

ekgns33
Copy link

@ekgns33 ekgns33 commented Oct 24, 2023

프로젝트 코드내에 Burrito를 Goose로 변경

작업내역

  • src 디렉토리 내 burrito를 goose로 변경 (복수형은 geese로 변경)
  • 기존의 BurritoStorage를 GooseStorage로 변경
  • test 디렉토리 내 burrito를 goose로 변경 (/test/data/* 는 변경x)

특이사항

  • 웹 페이지에 보여지는 부리또 이미지와 css관련된 것은 수정하지 않았습니다.
  • src/lib/util에
    const defaultTheme: string = 'https://github.com/chralp/heyburrito-theme';
    
    
    해당 라인은 Theme이 어떻게 될지 몰라 수정하지 않았습니다.

@ekgns33 ekgns33 requested a review from a team as a code owner October 24, 2023 03:48
Copy link
Member

@l2hyunwoo l2hyunwoo left a comment

Choose a reason for hiding this comment

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

리뷰확인좀

emojiInc: fixEmoji(process.env.SLACK_EMOJI_INC || ':burrito:'),
emojiDec: fixEmoji(process.env.SLACK_EMOJI_DEC || ':rottenburrito:'),
emojiInc: fixEmoji(process.env.SLACK_EMOJI_INC || ':goose:'),
emojiDec: fixEmoji(process.env.SLACK_EMOJI_DEC || ':rottengoose:'),
Copy link
Member

Choose a reason for hiding this comment

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

rottenGoose 없애고 여기는 아예 undefined로 정의합시다.

Copy link
Author

Choose a reason for hiding this comment

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

아하 undefined로 정의한다고 하면 env값에는 아무것도 설정하지 않고, ‘rottengoose’를 undefined로 바꾼다는 말씀이신가요???

Copy link
Member

Choose a reason for hiding this comment

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

env값에는 아무것도 설정하지 않고
yes

‘rottengoose’를 undefined로 바꾼다는 말씀이신가요???

이런식으로

Suggested change
emojiDec: fixEmoji(process.env.SLACK_EMOJI_DEC || ':rottengoose:'),
emojiDec: fixEmoji(process.env.SLACK_EMOJI_DEC),

emojiInc: fixEmoji(process.env.SLACK_EMOJI_INC || ':burrito:'),
emojiDec: fixEmoji(process.env.SLACK_EMOJI_DEC || ':rottenburrito:'),
emojiInc: fixEmoji(process.env.SLACK_EMOJI_INC || ':goose:'),
emojiDec: fixEmoji(process.env.SLACK_EMOJI_DEC || ':rottengoose:'),
Copy link
Member

Choose a reason for hiding this comment

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

이것도

emojiInc: fixEmoji(process.env.SLACK_EMOJI_INC || ':burrito:'),
emojiDec: fixEmoji(process.env.SLACK_EMOJI_DEC || ':rottenburrito:'),
emojiInc: fixEmoji(process.env.SLACK_EMOJI_INC || ':goose:'),
emojiDec: fixEmoji(process.env.SLACK_EMOJI_DEC || ':rottengoose:'),
Copy link
Member

Choose a reason for hiding this comment

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

여기도

api_token: mustHave('SLACK_API_TOKEN'),
emojiInc: fixEmoji(process.env.SLACK_EMOJI_INC || ':burrito:'),
emojiDec: fixEmoji(process.env.SLACK_EMOJI_DEC || ':rottenburrito:'),
emojiInc: fixEmoji(process.env.SLACK_EMOJI_INC || ':goose:'),
Copy link
Member

Choose a reason for hiding this comment

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

할로윈이니까 🍬 (: candy :) 추가하는 것도 괜찮을듯(기간제)
+) 🪿 없을거야, 🦆(: duck :)으로 갑시다

Copy link
Author

Choose a reason for hiding this comment

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

우선 duck으로 적용시키겠습니다. 이모지자체만 (: duck :)으로 바꾸고 변수명등 나머지는 그대로 goose로 유지하나요?

Choose a reason for hiding this comment

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

좀 옆길로 새본다면 슬랙 커스텀 이모지로 :goose: 만들수 있긴합니다. 이미지만 있다면•••

Copy link
Member

Choose a reason for hiding this comment

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

@hughesgoon 하긴 그렇긴 함ㅋㅋㅋ 그러면 🪿 일단 추가하고 건구스 사진 추가하고 🪿이모지 만드는 방향으로 가죠! @ekgns33

Copy link
Author

Choose a reason for hiding this comment

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

@l2hyunwoo 앗 duck으로 적용하고 코멘트가 생겼네요 ㅜㅜ default를 duck으로 두고 env에서 goose를 적용시키는 방법은 별로일까요?

Copy link
Member

Choose a reason for hiding this comment

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

@ekgns33 그 방향으로 가시죠!

@l2hyunwoo
Copy link
Member

Test 깨졌는데 한번 확인해주시겠어요?

Copy link
Member

@l2hyunwoo l2hyunwoo left a comment

Choose a reason for hiding this comment

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

gogo!

@ekgns33 ekgns33 merged commit 93f0235 into develop Oct 24, 2023
2 checks passed
@ekgns33 ekgns33 deleted the update/burrito-to-goose branch October 24, 2023 07:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants