Socket
Socket
Sign inDemoInstall

@choerodon/agile

Package Overview
Dependencies
261
Maintainers
8
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @choerodon/agile


Version published
Weekly downloads
10
decreased by-50%
Maintainers
8
Created
Weekly downloads
 

Readme

Source

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

  • Java8
  • Redis
  • MySQL

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.

FAQs

Last updated on 01 Aug 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc