wikiedudashboard
https://github.com/wikieducationfoundation/wikiedudashboard
Ruby
Wiki Education Foundation's Wikipedia course dashboard system
LtiGradableProgress.for
No Docs, write some!
Edit
git clone [email protected]:wikieducationfoundation/wikiedudashboard.git
cd wikiedudashboard
open app/services/lti_gradable_progress.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-LtiGradableProgress-for-for-pr
# Commit to gitgit add app/services/lti_gradable_progress.rbgit commit -m "better docs for LtiGradableProgress.for"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-LtiGradableProgress-for-for-pr
hub pull-request
# Celebrate!