简介
wookteam 是一款轻量级的在线团队协作工具,提供各类文档工具、在线思维导图、在线流程图、项目管理、任务分发,知识库管理等工具,支持团队在线聊天沟通,订阅任务动态实时推送。
功能
1. 待办四象限:突出事情优先级,帮助员工合理安排时间,提高工作效率 待办四象限:突出事情优先级,帮助员工合理安排时间,提高工作效率
2. 在线流程图:在线流程图工具,使用方便 在线流程图:在线流程图工具,使用方便
3. 在线思维导图:梳理思路,优化工作流程 在线思维导图:梳理思路,优化工作流程
4. 项目管理:自定义项目看板,可视化任务安排 项目管理:自定义项目看板,可视化任务安排
5. 在线知识库:在线流程图,在线文档,以及可视化的目录编排,文档管理无忧 在线知识库:在线流程图,在线文档,以及可视化的目录编排,文档管理无忧
6. 任务甘特图:可视化任务时间规划,直观方便 即时聊天:团队内部沟通,项目动态实时了解
7. 即时聊天:团队内部沟通,项目动态实时了解
技术选型
后端框架:Laravel7 + LaravelS
前端框架:Vue 2.0 + Iview UI
数据库:Mysql
通讯框架:Swoole
主题样式:Kooteam
国际化
WookTeam支持国际化,支持:简体中文、英文,英文译文来自谷歌翻译。如果你有更好的语法表达欢迎参与译文编写。
安装方法
备注:
伪静态请按如下调试(Nginx):
location / { try_files $uri $uri/ /index.php?$query_string; } location =/ws { proxy_http_version 1.1; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-PORT $remote_port; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $http_host; proxy_set_header Scheme $scheme; proxy_set_header Server-Protocol $server_protocol; proxy_set_header Server-Name $server_name; proxy_set_header Server-Addr $server_addr; proxy_set_header Server-Port $server_port; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $connection_upgrade; # "swoole" is the upstream proxy_pass http://swoole; } location @laravels { proxy_http_version 1.1; proxy_set_header Connection ""; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-PORT $remote_port; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $http_host; proxy_set_header Scheme $scheme; proxy_set_header Server-Protocol $server_protocol; proxy_set_header Server-Name $server_name; proxy_set_header Server-Addr $server_addr; proxy_set_header Server-Port $server_port; # "swoole" is the upstream proxy_pass http://swoole; }
官网地址
官方:https://www.wookteam.com
演示地址:https://demo.wookteam.com (admin/123456)
项目地址:https://gitee.com/aipaw/wookteam/blob/master
其它
类似:禅道
相关
http://www.savh.cn/thread-1446.htm
转载请注明:Savh.Cn 发表