Skip to content

Instantly share code, notes, and snippets.

@sedge
Created October 22, 2013 19:46
Show Gist options
  • Save sedge/7106949 to your computer and use it in GitHub Desktop.
Save sedge/7106949 to your computer and use it in GitHub Desktop.
"/"
- Displays "Bugs" and "Transifex"
- Bugs displays # of bugs and # of contributors
- Transifex displays # of languages and total %
"/bugs"
- Displays metadata on each Component overall
"/bugs/:component"
- Displays metadata on a specific component's bugs
"/bugs/:component/:id"
- Displays metadata on a specific bug for a specific component
"/trans"
- Displays metadata on each component
"/trans/:component"
- Displays metadata for each language on the specified component
"/trans/:component/:id"
- Displays ....well, I'm not sure really.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment