codeforamerica / cfapi

The Code for America API. Tracks and motivates activity and participation across the civic technology movement.
http://codeforamerica.org/api
MIT License
113 stars 52 forks source link

WIP: Better last_updated data #305

Closed ondrae closed 7 years ago

ondrae commented 8 years ago

Currently, a project's last_updated attribute includes whenever a repo is starred, favorited, or followed. This PR will try to change it to only include commits.

It is not ready to merge yet.