Coder Social home page Coder Social logo

houzhiyong / choerodon-front-iam Goto Github PK

View Code? Open in Web Editor NEW

This project forked from choerodon/choerodon-front-iam

0.0 2.0 0.0 2.93 MB

Choerodon Front IAM is an overall front-end that combines Choerodon Boot and Choerodon IAM.

Home Page: http://choerodon.io

License: Apache License 2.0

Dockerfile 0.06% Smarty 0.03% JavaScript 91.93% CSS 7.97%

choerodon-front-iam's Introduction

Choerodon-front-iam

The project is an overall front-end project that combines Choerodon Boot and Choerodon iam. The infrastructure Choerodon-front-iam module in the Choerodon front can be added selectively. The construction project can be used on macOS, Windows or Linux. Teams can be developed in modules, greatly speeding up development.

  • The project uses webpack for construction.
  • Use gulp to manage related processes.
  • Use yeoman to automatically generate related modules for the project.
  • React and Mobx are used as the main development technology.

The basic module has 3 levels, which have the following functions:

  • Project layout:
    • Project Settings
    • Role assignment function at the project level
    • Task Detail at project level
    • Execution Record at project level
    • Executable Program at project level
  • Organization layout:
    • Project Management
    • User Management
    • Client Management
    • LDAP settings
    • Password Policy Management
    • Role Assignments function at organization level
    • Task Detail at organization level
    • Execution Record at organization level
    • Executable Program at organization level
  • Global layout:
    • User Info
    • Change Password
    • Project Info
    • Organization Info
    • Organization Management
    • Role Management
    • Role Assignments
    • Root User Setting
    • Menu Management
    • Microservice
    • Instance Management
    • Config Management
    • Route Management
    • Role Assignments function at global level
    • Mail Template at global level
    • Saga Instance
    • Saga Define
    • Role Tag
    • Mailbox Setting
    • API Test
    • Dashboard Setting
    • Send Setting at global level
    • Message Record at global level
    • Inmail Template at global level
    • Task Detail
    • Execution Record
    • Executable Program
    • Receive Setting
    • System Setting

Development build

The development is modeled on the i'm project structure (it is recommended that the directory structure is automatically generated by the yo command, saving the time for automatic directory creation). The source file directory is in iam/src/app/iam. The main directory structure is as follows:

├── src
│   └── app
│       └── iam
│           ├── assets
│           │   ├── css
│           │   └── images
│           ├── components
│           │   ├── loadingBar
│           │   └── memberRole
│           ├── config
│           │   ├── Menu.yml
│           │   └── language
│           ├── containers
│           │   ├── global
│           │   ├── organization
│           │   ├── project
│           │   ├── user
│           │   └── IAMIndex.js
│           ├── locale
│           │   ├── en_US.js
│           │   └── zh_CN.js
│           ├── stores
│           │   ├── globalStores
│           │   ├── organization
│           │   ├── project
│           │   └── user
│           └── test
│               └── util
├── .eslintrc.json
├── .gitignore
├── .stylelintrc.json    
├── package.json 
└── tsconfig.json
  • The css stores module of Assets store general stylesheet, the images storage module store image resources
  • The containers stores the front page
  • The stores stores the data needed for the front page
  • The common stores public configuration files
  • The components stores public components
  • The locale stores module multilingual files
  • The config stores 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)
  • The test stores test files

Dependencies

  • Node environment (6.9.0+)
  • Git environment
  • Python environment(2.7)

Run via NodeJS

$ git clone  https://github.com/choerodon/choerodon-front-iam.git
$ cd ./choerodon-front-iam/iam
$ npm install
$ npm start

Once running, open http://localhost:9090

Related documents and information

Links

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.

choerodon-front-iam's People

Contributors

clarissahu avatar hughhzwu avatar devane001 avatar xeonice avatar vinkdong avatar chaixiaoyan avatar huihuawk 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.