school
school copied to clipboard
Professor M's School for Gifted Coders
https://docs.travis-ci.com/user/caching/ Could be helpful to cache the the composer dependencies
travis.yml currently takes care of testing multiple versions of Sugar on Travis before deploying to GitHub. Jenkins currently only runs tests on one version of Sugar. We should describe how...
The "Setting up your dev env" section of the readme doesn't really explain the full flow. Developers might find it helpful to use project sync. We should explicitly explain how...
Enrico has moved the module packaging logic into it’s own separate composer package. It’s based on the same pack.php we’ve been using. https://github.com/esimonetti/sugar-module-packager https://github.com/esimonetti/SugarModulePackagerSample There’s something we could probably learn...
Create a storyboard for how developers work a change in ProfM. Something like, code change -> test -> deploy to test -> code review -> merge -> deploy to staging...
RE: https://github.com/sugarcrm/school/pull/25 The fake gradebook system should return a new UUID for the related student record created in that system. This external ID should be stored within Sugar. We should...