jaeyun0503 opened a new pull request, #3682: URL: https://github.com/apache/texera/pull/3682
## Summary In effort to improve the naming convention of variables and api endpoints of previous PR #3625, this PR is raised to change the names and signatures of two files: 1. core/amber/src/main/scala/edu/uci/ics/texera/web/resource/dashboard/admin/user/AdminUserResource.scala 2. core/gui/src/app/dashboard/service/admin/user/admin-user.service.ts The original obsolete `/list` is no longer used, therefore it has been replaced with the code inside the api endpoint `/listWithActivity`. The class name `UserWithLastLogin` is changed to `UserInfo` to make the name more intuitive. Fixes Issue #3624. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
