manito42 / backend

42 Manito Backend Repository
https://42manito.com
3 stars 2 forks source link

[Idea] slack link #147

Open koreanddinghwan opened 11 months ago

koreanddinghwan commented 11 months ago

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

deep-link slack

koreanddinghwan commented 11 months ago

@JuneParkCode

koreanddinghwan commented 11 months ago

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

JuneParkCode commented 11 months ago

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

koreanddinghwan commented 11 months ago
koreanddinghwan commented 11 months ago
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 commented 11 months ago

gmail에서 href지우는 이슈

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

koreanddinghwan commented 11 months ago

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

JuneParkCode commented 11 months ago

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

JuneParkCode commented 11 months ago

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

koreanddinghwan commented 11 months ago

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

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