Transfer circles membership from one id to another
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 177
- Forks
- 68
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 60
Description
Customer is doing files:transfer-ownership. After doing the same their plan is to delete the old_id. Now they have circles whose membership is not transfered
Hence they need something like occ circle:transfer-circles old_id new_id which will transfer the circles.
Also they requested it would help them if they could do the above as a bulk action
CC:: @sorbaugh @ArtificialOwl
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing files:transfer-ownership flow and the occ command entry points for circles. Define how circle membership should move from old_id to new_id, including the requested bulk action, and verify behavior before an old account is deleted.
Written by the indexing model from the issue text.
Assessment
- Domain
- backend, cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100