Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.48 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.48 KB

IdeaList

IdeaList is a forum integrated with Slack designed to promote discussion around a team's feature requests and ideas.

Screenshots

![login] (http://i.imgur.com/neZ1GFp.jpg) ![home] (http://i.imgur.com/CvqfUrv.jpg) ![slack] (http://i.imgur.com/7dlyuCf.jpg)

Team

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
  4. Team
  5. Contributing

Usage

Login with Slack to authorize IdeaList to post to your Slack team's #general channel. In the Web app, post an idea and comment and vote on existing ideas. Switch over to Slack to see the idea you just created and observe the same functionality in custom slash commands:

/idea, /comment, /upvote, /downvote, /allideas

Development

As is, IdeaList is tied to the demo IdeaList Slack team, but can be easily forked and integrated with any Slack team.

Installing Dependencies

From within the root directory:

npm install

Should automatically bundle scripts with browserify.

Roadmap

View the project roadmap here