GrafeasGroup / blossom

The website. The app. The everything.
6 stars 3 forks source link

Move `volunteer/rate` and `volunteer/heatmap` endpoints to `submission` #195

Closed TimJentzsch closed 3 years ago

TimJentzsch commented 3 years ago

The rate and heatmap endpoints are currently located in the volunteer view. However, it would make a lot more sense to have them in the submission view. This allows us to simply filter the submissions that the rate/heatmap is calculated on and removes the unused filters that show up in the volunteer view.

One immidiate benefit of this would be that we can filter by time and display rates and heatmaps for all volunteers together.