Add a "Last Updated By" column to ReviewBoard dashboard

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

Information

Review Board
master

Reviewers

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 ID
Add class LastUpdatedByColumn and override get_user method
e60cd70e746869ff2df39e3a61702b515cf203c2
Fixed import module
261c36450af4b30741d28e082be47c4c15ca0a98
Implemented get_user based on the last activity and added the column to the grid view
04668ba55ef7e0adf33dbcaaa8bfdc1c01ed2b13
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...