Friday, November 13, 2015

Mostly idle, but one guild bugfix

I've been pretty idle this week. Got so much done last week where I focused almost entirely on this course, essentially did this weeks work then. My React-Redux-example got some attention, mentioned in two other blogs and cloned 7 times, pretty decent traffic. Hope it has been useful.

David rewrote the code to ES2015 so we created a branch for that so the example now existst in two different styles of javascript. A third version written in TypeScript by Sherief is also on it's way.

Check out Davids ES2015 example code here:
To use it your self, clone the repo
git clone https://github.com/afridlund85/React-Redux-example.git
and change branch:
git checkout -b es2015

A bug in the guild was discoverd. When a member added a Pull Request and that was to a repo that was not by a guild member it caused the guild page to crash when looking at that members profile. Also it could not render Pull Requests properly on the "Deeds" page.

My contribution is in this Pull Request:

No comments:

Post a Comment