Add a "Last Updated By" column to ReviewBoard dashboard

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

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.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Add class LastUpdatedByColumn and override get_user method
e60cd70e746869ff2df39e3a61702b515cf203c2 Clarissa Audrey
Fixed import module
261c36450af4b30741d28e082be47c4c15ca0a98 Clarissa Audrey
Implemented get_user based on the last activity and added the column to the g...
04668ba55ef7e0adf33dbcaaa8bfdc1c01ed2b13 Clarissa Audrey
reviewboard/datagrids/columns.py
reviewboard/datagrids/grids.py
Loading...