ActionView 是一個面向中小企業的、開源免費的、簡單易用的、類Jira的問題需求跟蹤工具

ActionView 提供了一個後端基於php laravel-framework、前端基於reactjs+redux的類Jira的問題需求跟蹤工具。
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.
我們實際開發過程一直都是在用Jira進行任務管理和Bug跟蹤,除了採購License價格不菲外,使用過程中覺得Jira還是有點重、全局方案配置到了後期越來越難維護、頁面體驗也不像現在流行的SPA那麼好,所以有了做ActionView的想法,當然和Jira比還有太多的路要走,我們會努力的!
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.

Feature

  • 支持用戶創建項目,項目不僅可引用全局配置方案,也可自定義本地方案。
    User created project supported, which could use either global configuration scheme, or local user defined 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.
  • 支持敏捷開發的看板視圖(Kanban和Scrum)。
    Support Board view in agile development(Scrum and Kanban).
  • 簡單易用的問題界面配置。
    Configure issue page 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.
  • 使用當前較流行的前後端技術框架,後端:php/laravel, 前端:ReactJS+Redux。
    Developed by using most popular framework both front-end and back-end side, back-end: php/laravel, front-end: ReactJS+Redux.
  • 支持Docker安裝。
    Installation by docker supported.
  • 清晰的代碼結構,方便進行二次開發。
    Clear code structure, easy for second development.
Github: https://github.com/lxerxa/actionview

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章