GitXplorerGitXplorer
M

kanban

public
0 stars
1 forks
2 issues

Commits

List of commits on branch master.
Unverified
9cec26d41c1619b576a10ac35c51bda0ba6613fa

Added GetRepo component that is passed function to dispatch REPO_REQUEST action from parent App component. Removed test of component function getRepo from app component test

committed 9 years ago
Unverified
7f4f0ea52f63786e93c075bebc0873fa67198ab9

Tests for basic Board component/container rendering and component functions written and running. TODO: mock clicks on buttons and spy on component function calls

committed 9 years ago
Unverified
09665cca8b41bf8b79945f502b3dade79f9a5f5b

test outline written for App Container Component

committed 9 years ago
Unverified
cc5d6115fa774efbfde99409cf57028984172c0c

Reducer tests for Repos and Issues written and passing

committed 9 years ago
Unverified
07aa9b97a98e48636f3371fb0b8258603fa25f59

Tests for issue and repo action creators written and passing

committed 9 years ago
Unverified
5a558322583d1868c2fee1c1d19c3b770006b557

State object Repos renamed to Repo. Repo reducer replaces state with new stat instead of conactenating allowing 1 repo loaded at a time.

committed 9 years ago

README

The README file for this repository.

React + Redux + Rchan = a kanban board?