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

feat: 第一个接近架构设计的版本 #81

Closed
HsiangNianian opened this issue Nov 15, 2023 · 0 comments · Fixed by #82
Closed

feat: 第一个接近架构设计的版本 #81

HsiangNianian opened this issue Nov 15, 2023 · 0 comments · Fixed by #82
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@HsiangNianian
Copy link
Member

需求分析

接近架构的设计初衷,即先完成设计一个统一且规范的范式命令语言词法解析系统,除字面意思外还应当包含如下需求。

  1. 能够模块化的加载和调用各个一级命令所对应的类。
  2. 根据已定义的范式(公式)实现对生产环境下的命令字符串的自动联想功能。
  3. config.toml 中的 HydroRoll 键所对应的部分键值对(比如命令头文本)设计为运行时可修改(即使用 AliasCommand 对配置实时读写)。
  4. 高并发且异步的数据库操作类。

其他要求

  1. 对于config.toml配置内的键值对,应当在早期版本的设计中留出API接口,日后需要完全废弃对config.toml的直接更改这一危险行为,最好是转为webui内对数据库进行操作。
@HsiangNianian HsiangNianian added the enhancement New feature or request label Nov 15, 2023
@HsiangNianian HsiangNianian added this to the 0.1.5 milestone Nov 15, 2023
@HsiangNianian HsiangNianian self-assigned this Nov 15, 2023
@HsiangNianian HsiangNianian linked a pull request Nov 20, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant