From 1c2696798c04a642638894197d45967da1308564 Mon Sep 17 00:00:00 2001 From: "qiang.ou" Date: Sun, 3 Sep 2017 11:20:45 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 168f871..17e08ef 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,14 @@ * -allow-root *nix平台允许以root用户运行 * -s ip:port 监听地址 +## TO DO List +- [ ] 版本升级 +- [ ] 任务分组 +- [ ] 多用户 +- [ ] 权限控制 +- [ ] 批量开启、关闭、删除任务 +- [ ] 调度器与任务节点通信支持https + ## 程序使用的组件 * Web框架 [Macaron](http://go-macaron.com/) * 定时任务调度 [Cron](https://github.com/robfig/cron)