school icon indicating copy to clipboard operation
school copied to clipboard

Professor M's School for Gifted Coders

Results 37 school issues
Sort by recently updated
recently updated
newest added

https://docs.travis-ci.com/user/caching/ Could be helpful to cache the the composer dependencies

automation

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

docs
automation

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

docs

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

automation

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

docs

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

enhancement