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

[Idea] slack link #147

Open
koreanddinghwan opened this issue Oct 31, 2023 · 10 comments
Open

[Idea] slack link #147

koreanddinghwan opened this issue Oct 31, 2023 · 10 comments

Comments

@koreanddinghwan
Copy link
Contributor

slack link관련해서 이거 함 보는게 좋아보입니다

deep-link slack

@koreanddinghwan
Copy link
Contributor Author

@JuneParkCode

@koreanddinghwan
Copy link
Contributor Author

koreanddinghwan commented Oct 31, 2023

슬랙링크 테스트
slack://user?team=U035K1WFM6H&id=U035K1WFM6H

@JuneParkCode
Copy link
Member

slack://user?team=T039P7U66&id=U035K1TH1GD

@koreanddinghwan koreanddinghwan added the feature feature label Oct 31, 2023
@koreanddinghwan
Copy link
Contributor Author

koreanddinghwan commented Oct 31, 2023

  • 소셜링크 업데이트 시, userId와 teamId로 'slack://user?team=T039P7U66&id=U035K1TH1GD' url만들기
  • 기존 소셜링크 모두 업데이트
  • slack://~ 로 redirection하는 컨트롤러 생성

@koreanddinghwan
Copy link
Contributor Author

koreanddinghwan commented Oct 31, 2023

UPDATE mentor_profiles
SET socialLink = CONCAT('slack://user?team=T039P7U66&id=', SUBSTRING_INDEX(SUBSTRING_INDEX(socialLink, '/', -1), '|', 1))
WHERE socialLink LIKE 'https://42born2code.slack.com/team/%';
UPDATE mentor_profiles
SET socialLink = CONCAT('https://42born2code.slack.com/team/', SUBSTRING_INDEX(SUBSTRING_INDEX(socialLink, '=', -1), '&', 1))
WHERE socialLink LIKE 'slack://user?team=T039P7U66&id=%';

@koreanddinghwan
Copy link
Contributor Author

gmail에서 href지우는 이슈

이건 백엔드쪽에서 redirection하는게 나아보입니다

@koreanddinghwan
Copy link
Contributor Author

제목 없는 다이어그램 drawio (9)

@JuneParkCode
Copy link
Member

gmail 이슈는 뭘까요? 예약하기 버튼에서 나타나는 문제인가요?

@JuneParkCode
Copy link
Member

작업 전 db 백업 한번 하고 해봅시두

@koreanddinghwan
Copy link
Contributor Author

gmail 이슈는 뭘까요? 예약하기 버튼에서 나타나는 문제인가요?

을 하면 gmail에서 href attribute를 삭제해버립니당

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants