0.0.1 • Published 4 years ago

@xupengfly2061/agile v0.0.1

Weekly downloads
84
License
ISC
Repository
-
Last release
4 years ago

Agile Service

Agile Service is the core service of Choerodon.

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

Agile management services are primarily used to manage project requirements, planning, and execution**

image

Features

  • Version Management
  • Sprint Management
  • Issues Management
  • Backlog Management
  • Module Management
  • Story Map
  • Project Configuration
  • State Configuration
  • Report

Requirements

Installation and Getting Started

  1. init database
CREATE USER 'choerodon'@'%' IDENTIFIED BY "choerodon";
CREATE DATABASE agile_service DEFAULT CHARACTER SET utf8;
GRANT ALL PRIVILEGES ON agile_service.* TO choerodon@'%';
FLUSH PRIVILEGES;
  1. run command sh init-local-database.sh
  2. run command as follow or run AgileServiceApplication in IntelliJ IDEA
mvn clean spring-boot:run

Dependencies

  • go-register-server: Register server
  • iam-service:iam service
  • mysql: agile_service database
  • api-gateway: api gateway server
  • oauth-server: oauth server
  • manager-service: manager service
  • file-service : file service
  • knowledgebase-service : knowledgebase service
  • notify-service : notify service

Reporting Issues

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

How to Contribute

Pull requests are welcome! Follow to know for more information on how to contribute.