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

회원 가입부터 탈퇴까지 기능을 개선한다. #736

Open
5 of 8 tasks
woowahan-pjs opened this issue Feb 26, 2024 · 3 comments
Open
5 of 8 tasks

회원 가입부터 탈퇴까지 기능을 개선한다. #736

woowahan-pjs opened this issue Feb 26, 2024 · 3 comments
Assignees

Comments

@woowahan-pjs
Copy link
Contributor Author

woowahan-pjs commented Feb 26, 2024

백엔드 개발자와 프론트엔드 개발자가 짝을 이루어 다음 작업을 순차적으로 진행한다.

아래 작업은 독립적으로 기획할 수 있다. 그러나 구현은 위의 작업이 모두 완료된 후에 시작한다.

@woowahan-pjs
Copy link
Contributor Author

woowahan-pjs commented Feb 26, 2024

  • 담당자는 스쿼드 주간 회의를 통해 결정한다.

@woowahan-pjs woowahan-pjs self-assigned this Feb 26, 2024
@woowahan-pjs
Copy link
Contributor Author

데이터베이스 마이그레이션 SQL

update mail_history set recipients = "1";

truncate table authentication_code;
truncate table application_form_answers;

insert into agreement (id, content, version)
values (0,
        '<p>(주)우아한형제들은 아래와 같이 지원자의 개인정보를 수집 및 이용합니다.</p><br><p><strong>수집 항목</strong> : 이메일 주소, 이름, 전화번호, 비밀번호, 생년월일, 지원서 정보, GitHub 사용자 이름</p><br><p><strong>수집 이용 목적</strong> : 이용자 식별 및 본인 확인, 지원자 관리, 교육 프로그램 운영 및 관리, 문의 상담, 고지 사항 전달, 불법 및 부정 이용 방지, 서비스 방문 및 이용 기록 통계 및 분석, 맞춤 서비스 제공, 서비스 만족도 조사 및 관리</p><br><p><strong>보유 및 이용 기간</strong> : <strong><span style=\"font-size:1.2rem\">탈퇴 시 또는 이용 목적 달성 시 파기</span></strong>(단, 관련 법령 및 회사 정책에 의해 보관이 필요한 경우 해당 기간 동안 보관)<br>*안전한 교육 프로그램 운영을 위해 불법 및 부정행위자의 이메일 주소는 <strong><span style=\"font-size:1.2rem\">5년 후 파기</span></strong>합니다.</p><br><br><p>개인정보 수집 이용에 동의하지 않으실 수 있으며, 동의하지 않는 경우 지원자 등록이 제한됩니다.</p>',
        240527);

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

No branches or pull requests

1 participant