mapswipe / python-mapswipe-workers

MapSwipe Back-End
https://mapswipe-workers.readthedocs.io
Apache License 2.0
26 stars 10 forks source link

Remove user contributions when archiving a project #373

Open Hagellach37 opened 4 years ago

Hagellach37 commented 4 years ago

When a projects status is set to archive the back end workers should also remove all user contributions for this project.

The user contributions are either stored under:

This will help to reduce storage and download in Firebase.

gcaria commented 3 years ago

Hi, I'm trying to understand how to address this issue.

Should the change take place in mapswipe_workers/mapswipe_workers/firebase_to_postgres/archive_project.py ?