Constipated koala
Constipated koala
Koala is the administratory system for Study Association Sticky. Currently, it implements methods to track several things within the association;
- Members and membership;
- Activities and payments;
- Committees and other groups;
- Basic logging of most operations;
- iDeal transactions for mongoose credit and introductory activities;
- The Operation Dead Mongoose (TM) and it's expenses.
Developing for koala is easily done on a unix based system with mysql
and imagemagick
, for windows I would recommend a virtualbox with ubuntu or something similar. Deploying information is in the same directory.
Koala has a very basic API which is described here which is used for RADIO and Checkout. From this point on we are going to use the semantic versioning.
Minor updates can easily be tagged using git tag -a v1.0.1
and should update the current release instead of creating a new one after pushing to github git push origin v1.0.1
. This would improve the readability of this repo and forces users to take the last major version with all bugfixes and new features without braking backwards compatibility.