feat(operation-record): add filter API params and CE metadata endpoints#637
Open
LordofAvernus wants to merge 1 commit into
Open
feat(operation-record): add filter API params and CE metadata endpoints#637LordofAvernus wants to merge 1 commit into
LordofAvernus wants to merge 1 commit into
Conversation
Extend operation record list/export query fields and storage filters. Add CE stubs for type/action metadata routes and wire DMS controller routes. Refs actiontech/dms-ee#880
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User description
Summary
Related
Test plan
Made with Cursor
Description
更新操作记录查询参数及过滤字段
增加操作类型、操作动作和操作用户名称接口
新增CE模式下操作记录元数据支持
调整控制器、路由及JWT中间件配置
Diagram Walkthrough
File Walkthrough
7 files
更新查询请求字段与接口文档调整控制器逻辑并新增多个操作记录接口新增CE模式操作记录元数据接口实现更新路由配置并添加新接口路由更新过滤选项及业务逻辑处理添加GetOperationUserNameList接口stub实现扩展数据库过滤逻辑与新增查询唯一操作用户名方法