Conversation
Merged
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.
💡 개요
mail templet를 생성했습니다.
📃 작업내용
기존 선생님 가입 flow는 아래와 같습니다.
언제 회원가입이 수락되었는지 알 수 없기 때문에 굉장히 곤란한 상황이 생깁니다.
따라서 사용자가 가입한 email로 유저 피드백을 전송하는 방향으로 이 문제를 해결합니다.
이를 위해 html로 유저 피드백이 가능한 메일 템플릿을 제작하였습니다.
🍴 사용방법
제작된 html 파일을 가져가 사용하실 수 있습니다.
테스트 방법
vs code의 경우, live server extention을 사용하여 편하게 테스트 하실 수 있습니다.
인텔리제이의 경우에는 아래와 같습니다.
HTML 파일을 IntelliJ에서 열기.
HTML 파일이 열린 상태에서 파일 내용이 표시되는 탭 상단에 있는 "Edit Configuration" 아이콘(연장선 형태의 톱니바퀴 모양)을 클릭합니다.
나타나는 메뉴에서 "Edit Configurations..."를 선택합니다.
좌측 상단에 있는 + 버튼을 클릭하고, 나오는 메뉴에서 "JavaScript Debug" 또는 "Static Web"을 선택합니다. (인텔리제이 버전에 따라 다를 수 있습니다)
"Name" 필드에 설정의 이름을 입력하고, "URL" 필드에는 HTML 파일의 경로를 입력합니다.
"OK" 버튼을 클릭하여 설정을 저장합니다.
설정한 이름으로 돌아가서 우측 상단의 녹색 실행 버튼을 클릭하거나 Shift + F10 키를 눌러서 설정한 HTML 파일을 실행할 수 있습니다.
etc
추가 피드백이나 추가해야할 내용이 있다면 말씀 부탁드립니다