Giter VIP home page Giter VIP logo

slacktasks's Introduction

Slack Tasks

Work in progress. Not production ready. Not taking contributions.

Goals:

Manage arbitrary tasks from Slack. The model will be new tasks are created externally from email. Users will be registered to a given channel, and the tasks will be assigned based on who's turn it is(to be defined) or by manually claiming it.

####Goal Features: From slack you will be able to: configure a channel to receive tasks. register to given channel view current task board for given period. create task from slack (not sure this will be allowed).

from app you will be able to: configure email parsings and assignment algorithms.

####Technologies: Currently uses openshift, but it should be easily doable to switch to heroku or cloudfoundry. MongoDB (because I wanted to learn it) Spring (I needed to practice more spring, particularly annotation driven)

####Slack Command line: assuming you created a slash command named ups. Instructions for that will be provided later.

  • /ups addtask "taskId" "taskTitle" "taskDescription"
  • /ups assign taskId userName //Assign task taskId to user
  • /ups board //Shows you current assignments to all users to you personally
  • /ups configurechannel //Sets channel to receive and distribute tasks
  • /ups help [command] //Provides usage for commands
  • /ups register userName //Registers user receive tasks in current channel
  • /ups showboard //Shows current assignments to all users to the channel
  • /ups unassigned //Shows unassigned tasks for current channel

and hah, I noticed I posted my slack token. I've since revoked that and will find a way to put that in the env variables.

Openshift CheatSheet

rhc tail -a slacktasks

rhc showapp slacktasks

git add --all .

git commit -a -m 'first put of all code'

git push

OpenShift

The OpenShift jbossews cartridge documentation can be found at:

http://openshift.github.io/documentation/oo_cartridge_guide.html#tomcat

slacktasks's People

Contributors

billramsey avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.