Giter Site home page Giter Site logo

newlysoft / actionview Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lxerxa/actionview

0.0 3.0 0.0 13.1 MB

面向中小企业的、开源免费的、类Jira的问题需求跟踪工具

Home Page: http://www.actionview.cn

License: Apache License 2.0

PHP 99.26% Shell 0.21% JavaScript 0.11% HTML 0.41%

actionview's Introduction

ActionView

提供了一个后端基于php laravel-framework、前端基于reactjs+redux的类Jira的问题需求跟踪工具。前端代码库:actionview-fe。  

我们实际开发过程一直都是在用Jira进行任务管理和Bug跟踪,除了采购License价格不菲外,使用过程中觉得Jira还是有点重、全局方案配置到了后期越来越难维护、页面体验也不像现在流行的SPA那么好,所以有了做ActionView的想法,当然和Jira比还有太多的路要走,我们会努力的!

Demo

http://www.actionview.cn

image

image

image

Installation(Linux,Mac)

系统要求:

apache 2.4.7+
php 5.5.9+ (安装php-gd, php-mongodb)
mongodb 2.4.9+

全局安装composer:

curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer

下载程序:

git clone https://github.com/lxerxa/actionview.git actionview

安装依赖(安装过程若缺少某个系统组件可手动安装):

cd actionview
composer install (需要一段时间)
sh config.sh (mac系统请先安装gnu-sed, brew install gnu-sed --with-default-names)
cp .env.example .env (修改mongodb数据库连接参数)

执行db数据初始化脚本(在安装mongodb机器上):  

mongorestore -h 127.0.0.1 -u username -p secret -d dbname --drop ./dbdata  

apache配置:  

配置apache访问路径至actionview/public下    

系统管理员登录:user: [email protected], password: actionview

Feature

  • 支持用户创建项目,项目不仅可引用全局配置方案,也可自定义本地方案。
  • 各项目不仅可引用系统默认工作流,同时可自定义自己的工作流,工作流的每一步可进行精细控制,确保正确的人在正确的时间执行正确的操作。
  • 支持敏捷开发的看板视图。
  • 简单易用的问题界面配置。
  • 强大的数据筛选功能,可定义自己的过滤器。
  • 完备的权限控制模型,支持给用户组授权。
  • 灵活可定制的消息通知方案。
  • 不仅可查看某个问题的改动记录,还可浏览整个项目的活动日志。
  • 支持用户在问题上添加工作日志。
  • 支持用户针对问题发表评论。
  • 使用当前较流行的前后端技术框架,后端:php/laravel, 前端:ReactJS+Redux。
  • 清晰的代码结构,方便进行二次开发。

RoadMap

  • 开发移动APP(React Native)。
  • 开发敏捷Scrum看板(Agile Board, 已支持Kanban Board)。
  • 开发报告模块。
  • 支持动态密码登录。
  • 支持多语言。
  • 增加wiki功能。

Official Documentation

该系统工具的参考文档将发布于 ActionView站点。由于时间原因,暂未整理完成。

Contributing

谢谢您能参与ActionView的开发当中。如果您对系统有什么疑惑,或发现了一些问题,或建议增加新的feature,或提出改进时,欢迎在issue board中讨论,如果是前端相关的可以在front-end issue board中讨论。如果发现有重大安全问题可发Email至:[email protected]

License

ActionView 遵从许可证 Apache License Version 2.0

The ActionView is open-sourced software licensed under the Apache License Version 2.0.

actionview's People

Contributors

barryvdh avatar bencorlett avatar bertiful avatar bpierre avatar codler avatar crynobone avatar cviebrock avatar daylerees avatar ericlbarnes avatar franzliedke avatar grahamcampbell avatar hirokws avatar jakobud avatar jasonlewis avatar jeffreyway avatar jesseobrien avatar kapv89 avatar kbanman avatar lancepioch avatar loic-sharma avatar lxerxa avatar mathewhany avatar mikelbring avatar neoascetic avatar pedroborges avatar sparksp avatar taylorotwell avatar tobsn avatar tommyc81 avatar vespakoen avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.