mitchell852 opened a new issue #5451: URL: https://github.com/apache/trafficcontrol/issues/5451
## I'm submitting a ... - new feature / enhancement request ## Traffic Control components affected ... - Traffic Ops - Traffic Portal ## Current behavior: I don't believe there is a way currently via TP and/or the TO API to see how many change log entries have been created by a particular user. IMO this information would be helpful when evaluating user activity. ## New behavior: Do one of 2 things or maybe both: 1. Add changeLogCount to the response payload of the user TO api endpoints (this would require a join to the log table) 2. add query param support such as GET /users?username= ## Anything else: If this is added to the api, then it needs to be added to TP as well. I.e. - https://tp.domain.tld/#!/users should show the changeLogCount in the grid - https://tp.domain.tld/#!/users/{{id}} should have a new button called 'view change logs' or something. <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
