AppStateESS / InternshipInventory

Web app for tracking and approving student internships.
http://appstateess.github.io/InternshipInventory/
GNU General Public License v3.0
9 stars 22 forks source link

Administrative Undergraduate Majors list broken #392

Closed Stardog closed 6 years ago

Stardog commented 6 years ago

The list is several rows of blank information.

jlbooker commented 6 years ago

@Stardog The majors are pulled from Banner via the BannerMajorProvider in https://github.com/AppStateESS/InternshipInventory/tree/master/class/DataProvider/Major. Setting them administratively is a left-over feature from before Banner integration.

Also, I was in the process of unifying the intern_major and intern_grad_prog tables into just intern_major with a level field indicating graduate or undergraduate.

You can probably just remove both of the "edit majors" and "edit graduate programs" items from the admin menu and be done with it.