IFRCGo / go-api

MIT License
13 stars 6 forks source link

Fix duplicate stats generation in country page #2173

Closed k9845 closed 2 weeks ago

k9845 commented 3 weeks ago

Addresses

Checklist

Things that should succeed before merging.

Release

If there is a version update, make sure to tag the repository with the latest version.

szabozoltan69 commented 2 weeks ago

The class AppealViewset should not use queryset = Appeal ... instead of queryset = AppealHistory. This way the importance and meaning of appealhistory goes to null. You should reduce the counts somehow else.

thenav56 commented 2 weeks ago

Hey @szabozoltan69 This PR is ready, Could you review again and deploy it to staging?