AppStateESS / homestead

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

Deprecated and removed HousingApplication::getApplicationByUser() #1171

Closed tylercraig9332 closed 6 years ago

tylercraig9332 commented 7 years ago

1155 - replaced with the corresponding function (getAppByStudent()) from the HousingApplicationFactory class. This function uses a student object rather than a username field to pull the application.

jlbooker commented 6 years ago

@tylercraig9332 Could you look into cherry-picking each changeset here into separate branches? I was going to take care of that for you, but the merge conflicts have made that more complicated. I think it'll be cleaner for you to update your local master, make new branches, and then cherry-pick the necessary commits into the new branches.

jlbooker commented 6 years ago

Closing in favor of #1185