AppStateESS / homestead

A web-application for managing on-campus student housing.
GNU General Public License v3.0
4 stars 12 forks source link

Update Hall Overview to use Banner ID #1137

Closed jlbooker closed 8 years ago

jlbooker commented 8 years ago

The Hall Overview interface (HallOverview.php) is still looking up students via their usernames. This requires multiple round-trips to Banner (first to lookup the banner ID, then to get the student profile via that Banner ID).

Update the Hall Overview to lookup students by Banner ID from the start. We'll save half the calls to banner and probably make the hall overview render in half the time.