Coder Social home page Coder Social logo

houzhiyong / choerodon-front-agile Goto Github PK

View Code? Open in Web Editor NEW

This project forked from choerodon/choerodon-front-agile

0.0 2.0 0.0 3.42 MB

The service is responsible for Agile process management and providing users with a better user experience through rich display.

Home Page: http://choerodon.io

License: Apache License 2.0

Dockerfile 0.04% Shell 0.04% JavaScript 91.00% CSS 8.90% Smarty 0.02%

choerodon-front-agile's Introduction

Agile Front

Agile Front is the core front service of Choerodon. The service is responsible for Agile process management and providing users with a better user experience through rich display.

Features

  • Version Management (Management fixed versions and influence versions)
  • Sprint Management (Active sprint board)
  • Issue Management (Includes many type, props and behaviours)
  • Backlog Management
  • Component Management
  • User Story Map (A flexable board to plan sprints)
  • Multiple Charts (Many type of charts and provides overview)
  • Sprint Overview

Environment Support

Modern browsers and Internet Explorer 10+(Currently, it is best to browse through Google.)

Directory structure

The following is the main directory structure:

 ├── Dockerfile
 ├── chart
 ├── config.js
 ├── agile
 │   ├── eslintrc.json
 │   ├── stylelinktrc.json
 │   ├── package.json
 │   └── src
 │       └── app
 │           └── agile
 │               ├── api                # some common api
 │               ├── assets             # some static resources
 |               ├── common             # utils and constant
 │               ├── components         # some components use in the project
 │               ├── config
 │               │   ├── Menu.yml       # menu config
 │               │   └── language
 │               │   └── dashboard      # dashboard card config
 │               ├── containers
 │               │   ├── AGILEIndex.js  # router
 │               │   ├── Home.js
 │               │   ├── Agile.scss     # common style
 │               │   └── project        # main core
 |               ├── dashboard          # dashboard core
 │               ├── locale
 │               │   ├── en_US.js
 │               │   └── zh_CN.js
 │               ├── stores
 │                   └── project        # mobx stores
 └── favicon.ico

  • assets store static resources.
  • containers store the front pages
  • stores mobx store the data needed for the front page
  • components store in public components
  • config store Menu.yml configuration file (including code and icon of menu, jump into Route, menu permissions) and language in Chinese and English yml (zh.yml, en.yml). Add dashboard folder that description the dashboard cards.
  • dashboard store the dashboard cards core
  • config.js configuration webpack
  • utils store common function

See more at doc.

Development

Clone the project:

git clone https://github.com/choerodon/choerodon-front-agile.git

Enter the directory install dependencies:

Note:This project used a lot of properties such as ES6/7, so node 6.0.0+ is required.

cd agile
npm install

Run

cd agile
npm start

Open browser and visit http://localhost:9090.

Links

Reporting Issues

If you find any shortcomings or bugs, please describe them in the issue.

How to Contribute

We welcome all contributions. You can submit any ideas as pull requests. Follow to know for more information on how to contribute.

choerodon-front-agile's People

Contributors

huangqiii avatar sj279811799 avatar isaacy-125 avatar 812913 avatar xeonice avatar majinqin avatar cczhung avatar fwgood avatar cissiezheng avatar vinkdong avatar

Watchers

James Cloos 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.