Split up reviews/views.py
Review Request #12684 — Created Oct. 14, 2022 and submitted — Latest diff uploaded
The main reviews/views.py file was pretty huge, and was very difficult
to navigate. This change splits it up into a bunch of smaller files.There are a couple trivial changes (adding some asserts, defining a
name
attribute onBugTracker
) in order to make type checkers a
bit happier, but otherwise this is purely moving things around.
Ran unit tests.