• 
      

    [WIP] Creating a ReviewDataGrid

    Review Request #3927 — Created March 3, 2013 and discarded — Latest diff uploaded

    Information

    Review Board
    master

    Reviewers

    This is a work-in-progress for creating a ReviewDataGrid for displaying all the reviews that a user has done. To keep the testing simple for now I have the review grid being displayed in place of the usual grid of review requests on a user's page (see screenshot). Currently it only displays the review id (which is interesting since I was expecting this to be the review request id), which also links to the review itself, and the timestamp from when the review was posted.
    
    What's next:
    - go through the code currently used (mostly copied from the ReviewRequestDataGrid) and figure out what isn't necessary or should be changed
    - add more columns
    - Have this displaying on it's own rather than high-jacking the review request display