仿真模块重构 #1

Open
opened 2024-03-27 15:53:45 +08:00 by shengxuqiang · 0 comments
Owner

重构

  • 将数据repository改为接口定义,由业务应用实现
  • 模型对象定义为接口,并提供基础的模型实现
  • 所有仿真组件数据定义都使用protobuf定义,若需要额外的查询方法,可以代码中再包装一层
  • 仿真要在创建的时候检查数据错误,而不是运行的时候由于数据导致异常
# 重构 - 将数据repository改为接口定义,由业务应用实现 - 模型对象定义为接口,并提供基础的模型实现 - 所有仿真组件数据定义都使用protobuf定义,若需要额外的查询方法,可以代码中再包装一层 - 仿真要在创建的时候检查数据错误,而不是运行的时候由于数据导致异常
shengxuqiang self-assigned this 2024-03-27 15:53:45 +08:00
shengxuqiang added this to the 智能运行测试仿真系统 project 2024-03-27 15:53:45 +08:00
shengxuqiang removed their assignment 2024-04-30 15:23:22 +08:00
zhouyin was assigned by shengxuqiang 2024-04-30 15:23:22 +08:00
zhangsai was assigned by shengxuqiang 2024-04-30 15:23:22 +08:00
Sign in to join this conversation.
No Milestone
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: joylink/rts-sim-module#1
No description provided.