LanceMcCarthy / MvpApi

An application for Microsoft MVPs to easily browse and upload contributions
MIT License
36 stars 10 forks source link

API TotalContributions is Not Served #66

Closed LanceMcCarthy closed 5 years ago

LanceMcCarthy commented 5 years ago

The API now only serves contributions from 2016 and later. This causes a bad issue with paging when an MVP has congtributions older than 2016.

The TotalContributions number that is returned by the API will never match the number of Contributions it will return.

LanceMcCarthy commented 5 years ago

This is resolved in 1.8.2 with a workaround by immediately fetching the total number. This will ensure the MVP sees everything possible, even if it means a second or two longer load times.