ExchangeBC / BCDevExchange-app

The BCDevExchange website is the public facing site for the BC Developers' Exchange - an experiment in tech innovation and collaboration. *NOTE: This repo is deprecated* and retained only for archival/informational purposes. The repo containing the current BC Developers' Exchange app is https://github.com/bcdevexchange/devex. Head over there to see the latest code.
Apache License 2.0
24 stars 12 forks source link

Dynamic Blog feed #148

Closed dy2288 closed 8 years ago

dy2288 commented 9 years ago

In production, but maybe in Alpha or Beta. Intended to persist and be supported.

Story:

As a BCDevExchange visitor I would like to view all BCDevX related blog posts on the site so that I can stay up to date with the project activities.

Additional detail:

The list of Blog entries in https://bcdevexchange.org/blog is currently static (updates in the application and requires a build).

We need to make this feed dynamic - consuming from http://blog.data.gov.bc.ca/feed/?category=BCDev

As it stands, the WordPress feed currently only shows the last 10 Blog posts. We'd like to consume all the BCDevX blog posts.

Links:

Blog page

Story Originator:

f-w commented 8 years ago

I think there is a bug in either waffle or github. According to waffle docs:

Closing Issues via Commits
Including a keyword and the issue # in your commit message will close that issue once it is merged into your default branch. This will automatically move the issue to the Done column on your Waffle board.

keywords:
close, closes, closed
fix, fixes, fixed
resolve, resolves, resolved

As you can see above I committed code, referenced the issue and contained keyword fixes but the issue is neither closed nor changed state on waffle board. Please don't manually close the issue. I am trying to show the problem to waffle.

kellihsf commented 8 years ago

Hey @f-w, Kelli from Waffle here. The word "issue" in "fixes issue #148" is what's messing it up. Here's what GitHub says about it: https://help.github.com/articles/closing-issues-via-commit-messages/

Hope that helps!

f-w commented 8 years ago

@kellihsf thanks for the suggestion. Works like a charm!