Refactor away ReviewBoxListView.
Review Request #8318 — Created Aug. 4, 2016 and submitted — Latest diff uploaded
This change makes it so that instead of
ReviewBoxListView
inspecting the DOM
and creating models and views to go along with it, those models and views are
created directly with the appropriate data. After this,ReviewBoxListView
was
pretty useless, and becauseReviewRequestPageView
already had its fingers in
the pie, I've just moved all its functionality into there.
- Ran js-tests.
- Smoke tested the review request detail page with multiple reviews and change
description boxes.