Let a user delete request take the personal project too
Open
- Dominant language
- Python
- Stars
- 670
- Forks
- 183
- Avg merge
- 15h 13m
- Merged PRs (30d)
- 368
Description
대상
- 남기는 것이 기본이지만, 요청한 사람이 함께 없애기를 바라는 경우가 있다.
- 유저 삭제 요청에 선택지를 더해, 켜면 그 사람의 개인 프로젝트에도 삭제 요청을 건다.
완료 기준
- 선택지를 켠 유저 삭제 뒤 그 사람의 개인 프로젝트가 삭제 대상이 된다. 끄면 남는다.
제약
- 프로젝트 삭제 자체는 여전히 비동기다. 유저 삭제 응답이 프로젝트가 사라지기를 기다리지 않는다.
JIRA Issue: BA-7691
Contributor guide
Research direction
Start by locating the user deletion request entry point and the personal project deletion flow. Trace how the new option is passed through user deletion and how project deletion is queued asynchronously. Done means enabled requests mark the user's personal projects for deletion without delaying the user deletion response, while disabled requests leave them intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100