1 Star 0 Fork 132

铥铥拉 / Team

forked from leo / Team
Closed
 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README
MIT

Team

小团队协作平台(任务管理系统)

预览

重构说明

  1. 新版移除Ant-Design的依赖,改为使用自己实现的组件库。主要原因有:
    • Antd太大了,项目按需加载后,生成的app.js都2.5MB。
    • Antd的依赖过重
    • Form使用起来繁琐
    • Dropdown及Popover感觉有点反人类,为什么具体内容不是child而是attribute,而本可以做成label属性的反而是child
    • 想使用React HOOK实现一个通用的组件库,方便其他项目使用
  2. 新版组件库的样式参考了Ant-Designlayui
  3. 新版API不再使用PATCH方法,因为发现Edge等浏览器会有问题
  4. 新版js使用es6,字体使用woff格式,IE等老旧浏览器不可用
  5. 2.x与3.x数据兼容。

实现功能

  • 可视化配置部署
  • 系统管理
    • 帐号管理
    • 项目管理
  • 个人信息
    • 修改
    • 通知
  • 任务管理
    • 发布任务
    • 任务流
    • 看板
    • 甘特图
    • 过滤
    • 评论
    • 事件回顾
  • 项目管理
    • 人员配置
    • 分支
    • 周报
    • 项目任务
  • 文档
  • 文件分享

使用说明

  1. 发行版中提供Windows与Linux的可执行文件。MacOS用户需要按2说明,自行编译

  2. 自行编译说明。

    2.1 环境

    • Go 1.12+
    • Node.js
    • Git

    2.2 编译生成可执行文件

    # 第一步生成前端JS代码
    cd view
    npm install
    npm run build
    
    # 第二步生成可执行文件
    cd ..
    go build
    
    # 第三步使用Go.Rice将资源文件打包入可执行文件中,如果不打入包中,需要将view/dist/目录也放入部署环境
    # 【注】windows下`--exec`后面的参数需要加上.exe后缀
    rice append --exec team
The MIT License (MIT) Copyright (c) 2018 leo Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

轻量级项目任务管理系统 expand collapse
Go
MIT
Cancel

Releases

No release

Contributors

All

Activities

Load More
can not load any more
Go
1
https://gitee.com/susyliang/Team.git
git@gitee.com:susyliang/Team.git
susyliang
Team
Team
master

Search