Add a "Last Updated By" column to ReviewBoard dashboard

Review Request #11524 — Created March 14, 2021 and updated — 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.

Manual testing:
1. On the UI, activate the new Last Updated By column by selecting it.
2. It should show the user (linkable to the user's profile) that is
responsible for the last update.
Tested on Safari, Chrome, and Firefox.

Automated unit testing:
1. Run ./tests/runtests.py reviewboard.datagrids.tests.

Changes between revision 2 and 3

orig
1
2
3
4
5
6
7

Commits

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
Fixed formatting
623e6b8ce884bfa10a5377e515f59f867bc07829 Clarissa Audrey
Fixed rendering column for last_updated_by
5b1b960f398a77975c526d35356b6737b30282fd Clarissa Audrey
Fixed get_user
79ea1a797f559c2e4cf501709ca9c884f56c8522 Clarissa Audrey
Add class LastUpdatedByColumn and override get_user method
255db9e04b1a4928e07e6a3ead76f8c82335f85b Clarissa Audrey
Fixed import module
b205836025ceaa6c0edbb9b2ed8cab2c7543968f Clarissa Audrey
Implemented get_user based on the last activity and added the column to the g...
68529a8640bbaa2834f8a1a14d8d71104a6ca934 Clarissa Audrey
Fixed formatting
8d6e529f89548a65a743e88b31ef35457204bf81 Clarissa Audrey
Fixed rendering column for last_updated_by
d8b52f1fbfa369a6d746aac5602f1f5b86d67175 Clarissa Audrey
Fixed get_user
c9db8baabca7b96a0104deba3f039798225d2335 Clarissa Audrey
Added unit tests for Last Updated By column
0266cd3020c961dda57562506c34a0eb21017086 Clarissa Audrey
reviewboard/datagrids/columns.py
reviewboard/datagrids/tests.py
Loading...