Giter Site home page Giter Site logo

mm-okr's Introduction

Mattermost OKR

Roadmap

  • Permit using MM slash command /o to remind users creating OKRs for teams.
  • The reminded users can interact with mm-okr bot to create OKRs for team, then the created OKRs will be post to the corresponding MM channel (of the team).
  • Edit OKRs
  • Check-in
  • Auto remind user according to company's OKR process settings
  • Measure the OKR applying process of the company (according to company's OKR process settings)
  • Publish to docker.io

Dev guide

  • run mattermost locally for dev
docker run --name mattermost-preview -d --publish 8065:8065 --add-host dockerhost:127.0.0.1 mattermost/mattermost-preview
docker exec -ti mattermost-preview /bin/bash
cd bin
./mattermost user create --email [email protected] --username shepherd --system_admin --password ttpublic
  • goto http://<your ip>:8065 (ifconfig to show your ip)

add user thanhbv & team Ohze add some channel, ex okr-shepherd

  • Team Settings / Allow any user with an account on this server to join this team

  • System Console / ACDVANCED / Developer Settings / Allow untrusted internal connections to: add <your ip>

  • System Console / Custom Integrations / Enable integrations to override usernames

  • login using user shepherd, join Ohze

add personal token, incomming webhook, slash command /o with Request URL: http://<your ip>:9000/o

Then update into application.conf

  • run mm-okr
sbt run
  • compile & check running http://<your ip>:9000

  • remind user to add okrs In MM (any user, in any channel), send the following slash command:

/o okr thanhbv,Team Chăn cừu,okr-shepherd; lamnt,Team 52 lá, team-52-la

With:

  • /o is the MM slash command
  • okr for reminding user to add okrs
  • thanhbv,Team Chăn cừu,okr-shepherd remind thanhbv to add OKRs cho Team Chăn cừu & the created OKRs will be posted into okr-shepherd channel
  • remind other users similarly (separated by ;)

Licence

This software is licensed under the Apache 2 license: http://www.apache.org/licenses/LICENSE-2.0

Copyright (C) 2018 Sân Đình (https://sandinh.com)

mm-okr's People

Contributors

giabao avatar

Stargazers

 avatar  avatar

Watchers

 avatar  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.