GithubHelp home page GithubHelp logo

cp.orderly's Introduction

grind.xyz

Cp.Orderly

An Expieremental, Clean, Extensible, Event-Driven & Scalable
Goods Ordering Software Architecture



1. Modules/Services

All the following modules can be deployed, and managed seperately but they were put the same repository for the sake of convinience.

ID Name Description
CS Customer Service Customers functionalities
SHS Shop Service Shop functionalities
OS Order service Service Orders management functionalities
PS Payment service Payments functionalities
IM Infrastructure module Contains concrete infrastructure client's implementations and consistency and long running transactions handlers
COM Commons module contains re-usable and generic domain entities, events, exceptions, value objects and repositories
LOC Local development consists of all the needed to-be-provisioned environments for local development porposes

2. Documentation

For more detailes about how the overall system is interacting together, refer to 1.Architecture.md in docs where the system's documentation resides. Service specific implementation and setup details can be found in the the respective service's README.md.


3. Building

For more details about the building process, refer to the local-development.md


4. Contribution Guidelines

4.1 Commits Guidelines

To ease up the process of versioning the software based on the kind of changes/features being applied/added, this repository is using conventional commits for its git commit messages.

The following keywords can be used:

feat, fix, test, build, perf, docs, refactor / ref, chore

Commit keywords can include one or more scopes for the specic module being modified. E.g.

feat(CS, SHS): ..Commit message goes here..
ref(OS): ...

4.2 Branches rules

Every new feature/improvement is push with a new branch name is prefixed with its purpose of creation preferable conventional-commit-keyword/brief-title.
Main branch is protected and requires pull request and an approval of at least one reviewer. branches are squashed and rebased.

4.3 CI Checks

Pull requests can't be merged without meeting the requirements mentioed above, plus the linting, testing, and building jobs which should be tested during development.

For checking and applying the linting changes the project is relying on Spotless.

4.3 Re-usable module builds compponents

...

Literature, references & resources


cp.orderly's People

Contributors

humamaboalraja 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.