/SNA4slack

A project for SNA4Slack

Primary LanguageJavaScriptMIT LicenseMIT

slack-diagram

A project for SNA4Slack. It obtains data from SlackArchive.

build status

The back end source is located at imxieyi/SlackDiagramServer

Online Demo

SNA4Slack

Development environment

  • WebStorm recommended.
  • VSCode
  • ECM 2015 Standard

Installation

Make sure you have installed node.js.

  • Node.js >= 7.6 (async/await)
  • NPM

Run the following commands:

git clone https://github.com/imxieyi/slack-diagram.git
# for front end
cd slack-diagram/front-end
npm install
npm run dev

Open http://localhost:9528 in the browser.

TO-DOs

  • Entry Page Design
  • Back End Basic API
  • Dashboard Framwork
  • Dashborad Details
  • Network Graph Rendering
  • Deep Analysis for the SNA
  • Channel selection panel
  • Date Filter
  • Network graph
  • Member details panel
  • Relationship details panel
  • Report Export