Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

用户操作审计 #51

Open
dyc87112 opened this issue Jul 31, 2018 · 0 comments
Open

用户操作审计 #51

dyc87112 opened this issue Jul 31, 2018 · 0 comments
Assignees
Labels
功能增强 New feature or request
Milestone

Comments

@dyc87112
Copy link
Owner

dyc87112 commented Jul 31, 2018

【后端部分】

  1. 新增两个日志表:登录/登出日志 -- 东哥、功能操作日志 -- DD
  2. 登录/登出操作的时候记录到登录登出日志表 -- 东哥
  3. 每个功能操作时候记录到功能操作日志表 -- DD
  4. 提供登录/登出日志的分页查询接口(按记录时间降序)-- 东哥
  5. 提供功能操作日志的分页查询接口(按记录时间降序)-- DD

【前端部分】

  1. dashboard中展现最近n条,功能操作日志,提供更多按钮,跳转到“用户审计”菜单中的功能操作查询页面
  2. 新增“用户审计”菜单功能,提供两个功能标签,一个是功能操作查询,一个是登录/登出查询

备注:这部分数据将来可能会多,所以必须要服务端分页,不能跟之前功能那样完全依靠客户端分页了。

@dyc87112 dyc87112 added the 功能增强 New feature or request label Jul 31, 2018
@dyc87112 dyc87112 added this to the 1.1.0 milestone Jul 31, 2018
AnoyiX added a commit that referenced this issue Aug 14, 2018
AnoyiX added a commit that referenced this issue Aug 17, 2018
@dyc87112 dyc87112 changed the title 用户操作审计:登录登出日志、功能操作日志 用户操作审计(1):登录登出日志 Aug 30, 2018
@dyc87112 dyc87112 changed the title 用户操作审计(1):登录登出日志 用户操作审计 Aug 30, 2018
@dyc87112 dyc87112 modified the milestones: 1.1.0, 1.2.0 Aug 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
功能增强 New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants