https://github.com/dusongg/uf2.0-todolist-cli
适用于hundsun经纪线UF2.0的修改单、补丁、日常任务管理(客户端)
https://github.com/dusongg/uf2.0-todolist-cli
cython fyne golang grpc protobuf
Last synced: 4 months ago
JSON representation
适用于hundsun经纪线UF2.0的修改单、补丁、日常任务管理(客户端)
- Host: GitHub
- URL: https://github.com/dusongg/uf2.0-todolist-cli
- Owner: Dusongg
- Created: 2024-08-07T06:35:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-28T01:22:50.000Z (about 1 year ago)
- Last Synced: 2025-04-10T19:11:44.527Z (6 months ago)
- Topics: cython, fyne, golang, grpc, protobuf
- Language: Go
- Homepage:
- Size: 158 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 安装&运行
1. `git clone git@github.com:Dusongg/UF2.0-TodoList-cli.git`
或 `git clone https://github.com/Dusongg/UF2.0-TodoList-cli.git`
2. 打开`./config/config.json`, 修改服务器的ip和端口, Login部分用于保存上一次的登录信息
```json
{
"Conn": {
"host": "8.154.40.185",
"port": "8080"
},
"Login": {
"username": "your_name",
"password": "your_password"
},
"undo_log_task_size": "10"
}
```3. 运行(以Windows为例):双击击`OrderManager-cli.exe`运行
# 界面介绍
## 1.1 登录界面

## 1.2 预览界面

- 所有人任务列表界面
以一天工作8h为例,做不完的任务会堆积到截止日期当天,点击按钮会显示当天的所有单号

- 个人信息界面

## 1.3 收件箱界面

## 1.4 补丁界面

## 1.5 发布订阅模式下的消息广播
### 1.5.1 管理员修改他人任务
1. 
2. 
3. ### 1.5.2 通过redis发布
