- Permit using MM slash command
/oto 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
- 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/bashcd bin
./mattermost user create --email shepherd@sandinh.net --username shepherd --system_admin --password ttpublic- goto http://
<your ip>:8065 (ifconfigto 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, joinOhze
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:
/ois the MM slash commandokrfor reminding user to add okrsthanhbv,Team Chăn cừu,okr-shepherdremindthanhbvto add OKRs choTeam Chăn cừu& the created OKRs will be posted intookr-shepherdchannel- remind other users similarly (separated by
;)
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)