Skip to content

donalffons/i2ConfiguratorCore

Repository files navigation

i2ConfiguratorCore

Build Status

Build

grunt build

Local TravisCI testing

In Windows PowerShell: Startup docker container.

> docker run --name build001 -dit travisci/ci-garnet:packer-1515445631-7dfb2e1 /sbin/init
> docker exec -it build001 bash -l

In Linux shell in docker container: Setup travis

su - travis
git clone --depth=50 --branch=dev https://github.com/donalffons/i2ConfiguratorCore.git build/donalffons/i2ConfiguratorCore
cd build/donalffons/i2ConfiguratorCore
export CHANGEPHPENV=7.1
export PATH=./node_modules/.bin:$PATH
nvm install node
TRAVIS_BUILD_DIR=/home/travis/build/donalffons/i2ConfiguratorCore

Then follow instructions in .travis.yml.

Class Diagramms

Overview of all core classes:

Communication Diagramms

creation of a model component (process is analogous for variants and actions):

creation of an i2ActionObjectProperty class (as a prototype for future classes):

Example Model/Variant/action Hierarchy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published