icssc / anteater-api

API that provides easy access to public data from UC Irvine. Developed for Anteaters, by Anteaters.
https://anteaterapi.com/reference
GNU Affero General Public License v3.0
3 stars 0 forks source link

Resolve empty enrollment history entries #31

Open ecxyzzy opened 1 week ago

ecxyzzy commented 1 week ago

Expected Behavior

The enrollment history endpoint should not return entries for terms for which we do not have enrollment data.

Current Behavior

The enrollment history endpoint returns entries for terms for which we do not have enrollment data. In these entries, the time series data are all empty arrays.

This can lead to unintentional behavior in consumers if they assume that any entry will have at least one datapoint.