UniversityOfAlberta / GrandForum

GRAND Forum
GNU General Public License v2.0
2 stars 2 forks source link

Add Projects Widget #128

Closed Finalfantasykid closed 6 years ago

Finalfantasykid commented 6 years ago

The projects selector widget is currently copied in 3 different Backbone Views right now. This should be made into a single View that can be created by doing something like HTML.ProjectSelector() in the template.

Finalfantasykid commented 6 years ago

Added an HTML.ProjectSelector(). Cleans up alot of duplication and improves performance in many cases. The ManageProducts version still has one aspect which could still use some work (the project boxes in the columns) and that would also probably greatly improve performance of the Manage Products page, but otherwise it is working.