Get rid of ApplicationView.
Review Request #9677 — Created Feb. 19, 2018 and submitted — Latest diff uploaded
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.
Diff Revision 2
This is not the most recent revision of the diff. The latest diff is revision 3. See what's changed.
orig
1
2
3
lib/routes.js | ||
lib/frontend/all-status-reports.jsx | ||
lib/frontend/all-users.jsx | ||
lib/frontend/application.jsx Was lib/frontend/application-view.js | ||
lib/frontend/application-model.js Was lib/frontend/application.js | ||
lib/frontend/collection-view.js | Deleted | |
lib/frontend/filtered-collection.js | Deleted | |
lib/frontend/group-by-collection.js | Deleted | |
lib/frontend/main.js | ||
lib/frontend/my-status-reports.jsx | ||
lib/frontend/project.jsx | ||
lib/frontend/ready-view.js | Deleted | |
lib/frontend/user-detail.jsx |
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 |
---|