popcorn-official / ubersicht

A dashboard for recent activity on all of a user's or organisation's repos

Home Page:http://espy.github.io/ubersicht

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ubersicht

Ubersicht is a lightweight, frontend only dashboard for all the public repos of any github organisation. Change the hash in the url to your github user or organisation name to use it for yourself. Give it a try!

Screenshot of Ubersicht

It runs as a gh-page, so you can just fork this repo, change the githubOrganisation-variable in main.js and you've got your own public github dashboard you can style and mod at your whim.

Ubersicht filters milestones by name, not by id, which means that if you use consistent milestone names across repos, you can have quasi-cross-repo milestones. How cool is that?

It requires no API key and no data storage and only uses a single API request to fetch data. For this reason, it can only fetch the last 500 issues though.

Thanks!

About

A dashboard for recent activity on all of a user's or organisation's repos

http://espy.github.io/ubersicht

License:Apache License 2.0


Languages

Language:JavaScript 43.2%Language:CSS 39.0%Language:HTML 17.8%