Created
August 29, 2012 16:01
-
-
Save gbinal/3514850 to your computer and use it in GitHub Desktop.
First Round Goals for .gov github mashups
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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