Git Product home page Git Product logo

Comments (1)

sjjian avatar sjjian commented on May 29, 2024

页面变更

  1. 查看规则
  2. 审核模板编辑界面
    image
  3. 展示规则描述的内容,不展示规则名称,这个值对用户目前没有参考意义,仅是后端的主键;
  4. 页面布局
规则:避免使用不必要的内置函数
规则分类:DML 规范
数据库类型: MySQL

规则等级 :

规则配置1:
规则配置2:

接口变更

涉及的查询接口

  1. [get]/v1/rules 规则列表接口
  2. [get]/v1/rule_templates/{rule_template_name}/ 审核模板详情

查询接口变更

RuleReqV1 结构的 value 字段弃用,改为 params 字段,对应的是结构RuleParamResV1 列表,对应下面字段:

  1. key :该配置项的主键
  2. value:该配置项的值
  3. desc:该配置项的描述,对应页面的展示
  4. type:value对应的值类型,在页面进行验证,bool,int,string

涉及的修改接口

  1. [post]/v1/rule_templates 添加规则模板
  2. [patch]/v1/rule_templates/{rule_template_name}/ 修改规则模板

修改接口的变更

RuleReqV1结构体的value 字段弃用,改为params 字段,对应的是结构RuleParamResV1列表,对应下面字段:

  1. key :该配置项的主键
  2. value:该配置项的值

from sqle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.