ActionView - 面向企业的问题需求跟踪工具


Apache-2.0
跨平台
PHP

软件简介

简介

An issue tracking tool based on php laravel-framework in back-end and
reactjs+redux in front-end, it’s similar to Jira. You could find the front-end
source code from actionview-fe.
提供了一个后端基于php laravel-
framework、前端基于reactjs+redux的类Jira的问题需求跟踪工具。前端代码库:actionview-
fe

背景

We are using Jira to do the task management and bug tracking, but found that
the license fee is to too expensive, and Jira itself is to heavy, in the later
phase of a project , maintain the global scheme is too hard, and the web user
experience is not good as current popular SPA. That’s why the idea of
ActionView came up, though there is still a long way to grow compare to Jira,
we will try our best.
我们实际开发过程一直都是在用Jira进行任务管理和Bug跟踪,除了采购License价格不菲外,使用过程中觉得Jira还是有点重、全局方案配置到了后期越来越难维护、页面体验也不像现在流行的SPA那么好,所以有了做ActionView的想法,当然和Jira比还有太多的路要走,我们会努力的!

Demo

Installation

Feature

  • User created project supported, which could use either global configuration scheme, or local user defined scheme, realize the perfect combination of global configuration scheme and local configuration scheme.
    支持用户创建项目,项目不仅可引用全局配置方案,也可自定义本地方案,实现了全局配置方案和本地配置方案的完美结合。

  • Every project could use the default system workflow, and could define its own workflow, in which every step could be controlled accurately to make sure right people make right operation at right time.
    各项目不仅可引用系统默认工作流,同时可自定义自己的工作流,工作流的每一步可进行精细控制,确保正确的人在正确的时间执行正确的操作。

  • Support Board view in agile development(Scrum and Kanban).
    支持敏捷开发的看板视图(Kanban和Scrum)。

  • Configure issue screen simply and easily.
    简单易用的问题界面配置。

  • Powerful issue filtering function, could define your own filter.
    强大的问题筛选功能,可定义自己的过滤器。

  • Complete access control model, support authorizing user group.
    完备的权限控制模型,支持给用户组授权。

  • User defined message notification scheme.
    灵活可定制的消息通知方案。

  • Could search the activity history for a specified issue, and could view the activity log for the whole project.
    不仅可查看某个问题的改动记录,还可浏览整个项目的活动日志。

  • User adding worklog to an issue supported.
    支持用户在问题上添加工作日志。

  • User adding comments to an issue supported.
    支持用户针对问题发表评论。

  • Developed by using most popular framework both front-end and back-end side, back-end: php/laravel, front-end: ReactJS+Redux.
    使用当前较流行的前后端技术框架,后端:php/laravel, 前端:ReactJS+Redux.

  • Installation by docker supported.
    支持Docker安装。

  • Clear code structure, easy for second development.
    清晰的代码结构,方便进行二次开发。

RoadMap

  • Mobile App development (React Native)
    开发移动APP(React Native)。

  • BI module development
    开发BI模块。

  • Support multi-language
    支持多语言。