WISE-Community / WISE-Portal--Deprecated--

Portal for the Web-based Inquiry Science Environment (WISE). *Note: deprecated and has been merged into the main 'WISE' repository*
7 stars 7 forks source link

New Feature: admin show who is authoring with project #50

Closed hirokiterashima closed 12 years ago

hirokiterashima commented 12 years ago

done, committed https://github.com/WISE-Community/WISE-Portal/commit/6b2946de1a820d02133a06e5e1a262ad8b75a032

While working on this task: Changed openedProjectsToSessions Map from <filePath, [userSession]> to <projectId, [userSession]> Also found instances where notify close project wasn't being called (e.g. when author opens new project via drop-down) and added it.