Skip to content

Instantly share code, notes, and snippets.

@gbinal
Created August 29, 2012 16:01
Show Gist options
  • Save gbinal/3514850 to your computer and use it in GitHub Desktop.
Save gbinal/3514850 to your computer and use it in GitHub Desktop.
First Round Goals for .gov github mashups
Needs: Should not require any code libraries from the host website but rather should be simple html while still static. [Note the iframe model used at http://www.nasa.gov/digitalstrategy/ via http://goo.gl/bzHH2 (code- http://goo.gl/StAvQ)]
Goals:
1. Widget for most recent commits from one github org (note - https://github.com/presidential-innovation-fellows/mygov/blob/gh-pages/_includes/js/commits.js )
2. Widget for most recent commits from all registered .gov github orgs, pulled dynamically from the SMR api
3. Widget for most active repos from one github org
4. Widget for most active repos from all registered .gov github orgs, pulled dynamically from the SMR api
5. Widget for most recent public activity from one github org
6. Widget for most recent public activity from all registered .gov github orgs
Update - http://benbalter.github.com/github-widgets/
http://ada.mbecker.cc/USAxGITHUB/
http://ben.balter.com/agency-open-source-cloud/
Other ideas:
7. Modification of current presentation page to allow:
A. Alphabetical order by agency name
B. Sort by code, most watched, most forked, repo name, activity
C. Filter by code, most watched, most forked, repo name, activity
D. Quick search that filters page on the fly
8. Graphs
SMR API - registry.usa.gov
E.g. http://registry.usa.gov/accounts.json?service_id=github
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment