-- added option to send link related to work in internship application and intern updates
-- added option to view project specific updates when views project details
-- when assigning interns only un-assigned interns will show up in intern selection popup
-- filtering updates now has proper routing
- Improved generalData fetch (ie, non subAdmin users will not request generalData that are required only by subAdmins).
- Moved getTaskApplication to manage (as it is a subAdmin-only feature).
- Added applyForIntern feature to allow non-intern users to apply as intern.
- Added application status feature to allow subAdmins to coordinate among the applications. (setApplicationStatus and getApplicationStatus).
- Added getInternApplications to view the intern applications
- Improved getInternApplications and getTaskApplications to filter out processed (i.e, applications that have status set)
- Renamed putTaskDetails to editTaskDetails