2 Star 2 Fork 0

eoekun / project-dashboard

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

项目看板

组内任务看板,支持在线编辑,文件导出

在线demo

https://pdashboard.eoekun.top/

版本记录

2019-11-27 v0.1.0

  1. v0.1.0初版发布

效果图

项目看板首页

参数配置页面

使用方法

  1. 修改数据库配置

    application-dev.yml

  2. 修改当前生效配置

    application.yml

  3. 执行数据库初始化文件

    /dashboard/src/main/resources/sql/init.sql

  4. 执行DashboardApplication.java

  5. 若需要生成mybatis映射文件,将/dashboard/src/main/resources/mybatis-codegen-0.0.3.jar加入到classpath

基本功能介绍

  1. 根据现有使用场景开发,定制度高
  2. 增删改查
  3. 自动刷新,支持少并发的多人在线编辑
  4. excel导出
  5. 单元测试excel数据导入,参考DashboardDataInit

权限

暂无权限支持,如需验证,请参考HTTP Authorization 之 Basic Auth,进行web服务器的设置

版本记录

  1. 0.0.1-SNAPSHOT
  2. 其他

TODO

  1. 支持数据导入
  2. 月底自动根据当前任务状态创建下月的看板
  3. 历史任务名称数据移除序号(正则/code)
  4. 任务状态发生变更->钉钉机器人通知
  5. 本地数据缓存/修改自动刷新的方式为websocket推送
  6. 支持人员/状态/部分可能存在变更的枚举值配置化
  7. 前端Extjs代码重构

已知BUG

  1. 当存在多个文本框数据(如任务描述+备注+延时说明)时,列表加载可能存在多余空白区域.

如何参与贡献

  1. 前端入口
  2. 后端入口

技术栈

  1. spring-boot
  2. Extjs-6.2
  3. mybatis
  4. mybatis-codegen
MIT License Copyright (c) 2019 eoekun 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.

简介

项目看板 展开 收起
Java
MIT
取消

发行版 (1)

全部

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/eoekun/project-dashboard.git
git@gitee.com:eoekun/project-dashboard.git
eoekun
project-dashboard
project-dashboard
master

搜索帮助