Add a "Last Updated By" column to ReviewBoard dashboard

Review Request #11518 — Created March 12, 2021 and discarded

clarissaudrey
Review Board
master
reviewboard, students

Currently, the last updated column only shows the timestamp
of last activity that has occurred. It is desireable to show
the user who is responsible for the last activity as well.
Therefore, we need to add another column "Last Updated By" to
the dashboard.

The testing is a part of UI testing.
Go to ReviewBoard -> Dashboard.

Summary
Add class LastUpdatedByColumn and override get_user method
Fixed import module
Implemented get_user based on the last activity and added the column to the grid view
Description From Last Updated

E501 line too long (86 > 79 characters)

reviewbotreviewbot

W293 blank line contains whitespace

reviewbotreviewbot

W291 trailing whitespace

reviewbotreviewbot

E501 line too long (97 > 79 characters)

reviewbotreviewbot
Checks run (1 failed, 1 succeeded)
flake8 failed.
JSHint passed.

flake8

CL
Review request changed

Status: Discarded

Loading...