Get rid of ApplicationView.

Review Request #9677 — Created Feb. 19, 2018 and submitted — Latest diff uploaded

Information

student-sonar
master
21f9f9c...

Reviewers

This moves the final backbone view over to React, the application
wrapper. Along with this I've deleted a handful of utility classes
(CollectionView, FilteredCollection, GroupByCollection) that are no
longer used.

Loaded sonar and clicked around the app. Saw that everything worked as
expected.

lib/routes.js
lib/frontend/all-status-reports.jsx
lib/frontend/all-users.jsx
lib/frontend/application-view.js
lib/frontend/application.js
lib/frontend/collection-view.js
lib/frontend/filtered-collection.js
lib/frontend/group-by-collection.js
lib/frontend/main.js
lib/frontend/my-status-reports.jsx
lib/frontend/project.jsx
lib/frontend/ready-view.js
lib/frontend/user-detail.jsx
Loading...