victorkane / lit-drupal-lean

Distro project for DrupalPicchu2014 Drupal Lean Process Workshop
GNU General Public License v2.0
10 stars 4 forks source link

Prepare for Kickoff #1

Closed victorkane closed 10 years ago

victorkane commented 10 years ago

Everything necessary for kickoff, including dev & staging server, GitHub repo, Eclipse (Kepler) ide developer environment and issue tracking on Eclipse (Kepler). See docs at http://awebfactory.com/node/509 and http://awebfactory.com/node/510 Kickoff session toolset. Lean UX / Agile process chart.

Heavy reliance on GitHub Issues 2. See also GitHub Flavored Markdown Task Lists, used in User Story Structure #6.

So it's important to be able to export the issues, since they are not themselves a repo, as are pages and the wiki. See use of curl -i command invoking the Issues API.

To get all issues from a repo, you can use cURL:

curl -i https://api.github.com/repos/rails/rails/issues

This returns a JSON encoded list of all issues. And …

curl -i https://api.github.com/repos/rails/rails/issues?status=open

returns all open issues