astropy / astropy-dashboard

Status Dashboard for Astropy Project
http://www.astropy.org/astropy-dashboard/status.html
6 stars 14 forks source link

JS version #4

Closed eteq closed 8 years ago

eteq commented 8 years ago

This is a re-work of the generating machinery in the dashboard to run in javascript using the information from the affiliated package registry. I'm thinking this is better largely because it's effectively automated, using the "official" affiliated package listing.

It's awkward to test locally as-is because it's dependent on a particular location of the registry... So I did a quick test of it in its proper location and confirmed it works. Ends up rendering like so:

2016-05-30

Seem reasonable, at least for now, @astrofrog?

eteq commented 8 years ago

Oh, and if we do merge this there's no need for a distinct master branch with the "code". So it might make more sense to instead push this straight to gh-pages and rename the master branch to something like python-version (I can take care of that).

astrofrog commented 8 years ago

👍

eteq commented 8 years ago

Done, along with the re-ordering of branches I mentioned above