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

Add an endpoint or a script to delete unused map points. #125

Open
garg3133 opened this issue Jan 8, 2024 · 0 comments
Open

Add an endpoint or a script to delete unused map points. #125

garg3133 opened this issue Jan 8, 2024 · 0 comments
Labels
django good first issue Good for newcomers

Comments

@garg3133
Copy link
Member

garg3133 commented Jan 8, 2024

There is a MapPoints model in the geolocation app, which contains the latitude/longitude information for all the cities where our alumni network is present. But some of these points are outdated (with 0 alumni members) and are still shown on the map.

So, we should have either an endpoint which we can hit or a script which we can run on the server to delete the map points corresponding to which there are no Profile instances that exist.

@garg3133 garg3133 added good first issue Good for newcomers django labels Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
django good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant