Innovation Project where as a small team we develop an application to improve promotion efficiency.
Project is currently under development.
- Development is done on its own feature branch.
- Master branch is always in a deploy state. (Auto deployed with CI)
- ESLint is required.
- JSDoc comments are required.
Client
- ES6
- React
- Babel
- Webpack
Server
- ES6
- Babel
- PostgreSQL
- Travis CI
Feature
git branch myNewFeature
git checkout myNewFeature
- Commits...
When feature development is finished.
- Open pull request to development branch
When a deployable version is ready on development branch.
- Open pull request to master branch
Unfortunately this is a closed project, but feel free to browse the source!
Coins are bought and sold from the central coin bank at different rates, depending on the balance of coins. When there are more coins in the bank's posession, the coins are cheaper to buy from the bank. When there are more coins posessed by entites, and the bank is running low, the coins are more expensive to buy, but carry a higher value to return to the bank (Sell). This means the value of the trade is also so to balance the distrabution of coins between the coin bank and the entities.