GitXplorerGitXplorer
m

barchat

public
0 stars
0 forks
49 issues

Commits

List of commits on branch master.
Unverified
60d6bee540bb59631d9a586e71e20cd3cff3192e

Merge branch 'master' of https://github.com/mrienstra/barchat

committed 11 years ago
Unverified
a9bf688146e4dad5a0fd112827922be9db583594

adding logging to fcp

committed 11 years ago
Unverified
bad1c5db1572fb3547afc4d4a35f1d3512a13fe2

Activity logging. Beginning of #12

mmrienstra committed 11 years ago
Unverified
3b9f46d2391366cff884eebd0db02db15f5f5bec

Some fixes for side-menu. Still pretty flimsy.

mmrienstra committed 11 years ago
Unverified
c74bc297efce80d93f30406336538f292d52fb45

Merge branch 'master' of https://github.com/mrienstra/barchat

committed 11 years ago
Unverified
f73a4d60ebbb9cd70b8394a81ed6e111397adeac

fixing styles for side menu and post toolbar, abstracted sidemenu and updated checkin logic

committed 11 years ago

README

The README file for this repository.

BarChat

Front end powered by React & Ratchet.

Dependencies

Node must be installed.

npm update will install all npm dependencies (defined in package.json) into /node_modules/.

Building

Build libraries include gulp, browserify & reactify. See package.json for more.

Build scaffolding based on fforw/gulp-react.

Use gulp to just build, and gulp watch to enable streaming build.

See gulpfile.js for details.

Issues

We track and estimate our work using GitHub issues, according to the following points system:

  • 1 - XS (1-2 hours)
  • 2 - S (2-4 hours)
  • 3 - M (4-8 hours)
  • 5 - L (2-3 days)
  • 8 - XL (5 days)

Anything larger than XL should be broken down into smaller tasks.