wikiedudashboard

https://github.com/wikieducationfoundation/wikiedudashboard

Ruby

Wiki Education Foundation's Wikipedia course dashboard system

PushCourseToSalesforce#students_with_ai_mainspace_alerts

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:wikieducationfoundation/wikiedudashboard.git

cd wikiedudashboard

open app/services/push_course_to_salesforce.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-PushCourseToSalesforce-students_with_ai_mainspace_alerts-for-pr


# Commit to git

git add app/services/push_course_to_salesforce.rbgit commit -m "better docs for PushCourseToSalesforce#students_with_ai_mainspace_alerts"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-PushCourseToSalesforce-students_with_ai_mainspace_alerts-for-pr

hub pull-request


# Celebrate!