This PR adds the lambda for getViability, which fetches the viable-courses for every user in the database qualified to take them. It is significantly more efficient than repeatedly calling viable-courses for each user, but the response object is generally around half a megabyte large, so lazy-loading may be preferable.
This PR adds the lambda for
getViability
, which fetches theviable-courses
for every user in the database qualified to take them. It is significantly more efficient than repeatedly callingviable-courses
for each user, but the response object is generally around half a megabyte large, so lazy-loading may be preferable.Needed for many tasks in #97