Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Soft deleting event should cascade and soft delete sign ups for users in those events. #421

Open
samzx opened this issue Aug 28, 2020 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@samzx
Copy link
Contributor

samzx commented Aug 28, 2020

Seems like if a user has signed up to an event, and the event gets deleted, the sign ups still appear.

We should also have a script to remove signups where the event doesn't exist (backfill).

We should soft delete sign ups too which would mean the "all" resolver for signups would need to filter for "deleted_at" == null.

@samzx samzx added help wanted Extra attention is needed good first issue Good for newcomers labels Aug 28, 2020
@samzx samzx changed the title Deleting event should cascade and delete sign ups for users in those events. Soft deleting event should cascade and soft delete sign ups for users in those events. Aug 28, 2020
@omgbob omgbob self-assigned this Sep 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants