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

Affiliation upload #374

Closed caldwellc1 closed 6 years ago

caldwellc1 commented 7 years ago

Ref #282 This is code is branched off of affiliationSelectBox, so any problems with it will change this code as well. The dropzone method of uploading is the same as in the internship view. The contracts are going to be saved in the new folder affiliation in filecabinet. The old contracts will be move to the new table intern_affiliation_documents in the database, but the files themselves will need to be moved to the new location. I also updated the affiliateDeptRest and affiliateStateRest to the new phpws2 namespace.

caldwellc1 commented 6 years ago

Rebased so it's up-to-date with master as of Mar 5th.

caldwellc1 commented 6 years ago

Merged with previous branch for better updating.