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

Send notification on group delete to all members #57

Open
PVince81 opened this issue Apr 10, 2017 · 2 comments
Open

Send notification on group delete to all members #57

PVince81 opened this issue Apr 10, 2017 · 2 comments

Comments

@PVince81
Copy link
Contributor

Use background job because it could be a lot of users.

On the other hand, we need to find out the former members after the group was deleted.
Adding the list of members as a parameter to the background job is not an option because that array is likely to become big.

So it almost looks like we'd need a "deleted" flag first to the group is technically deleted and invisible, but the members data is still there until full deletion.

@PVince81 PVince81 added this to the 0.1.3 milestone Apr 10, 2017
@PVince81 PVince81 modified the milestones: 0.3.0, 0.1.3 Apr 24, 2017
@felixboehm felixboehm modified the milestones: 0.3.0, development Jun 29, 2017
@PVince81
Copy link
Contributor Author

Estimate: 3-5 md as it's quite complex and might require rewriting some part of the architecture to support a "delete" flag instead of deleting directly (includes time to make the decision)

@PVince81 PVince81 modified the milestones: triage, development Jun 29, 2017
@PVince81
Copy link
Contributor Author

moving to triage for now

@PVince81 PVince81 modified the milestones: triage, maybe some day May 22, 2018
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

3 participants