herd
herd copied to clipboard
UI - Display user that modified Category on Category Page
As a Business Analyst I want to view the user that updated the Category most recently so I can contact them if necessary.
Acceptance Criteria
- User that last modified the Category displays on the Category Page
- Current text is modified to read as follows:
- (Current) Created by username, last modified on 10/19/2016, 5:04:36 PM.
- (Desired) Created by username, last modified by username on 10/19/2016, 5:04:36 PM.
- Remove text coloring on both names as they are not yet links
- Tech Note - this requires carrying the updated user in the endpoint
- Possibly use this key "lastUpdatedByUserId"