Self hosted Slack app for daily standups https://vipul-sharma20.github.io/slate/
  • Python 97.7%
  • Dockerfile 1.5%
  • Mako 0.8%
Find a file
Vipul Sharma c375e22fb8 add: more documentation
- restructured docs
- add usage docs
2021-11-07 20:40:03 +05:30
.github add: workflow for docs 2021-11-06 19:31:48 +05:30
app fix: use publish time set from form 2021-11-06 20:36:28 +05:30
charts fix: chart version 2021-09-05 21:18:08 +05:30
docs add: more documentation 2021-11-07 20:40:03 +05:30
migrations add: migration for post action 2021-07-15 18:21:10 +05:30
.gitignore add: v0.1.0 slack standup bot backend 2020-08-15 19:57:04 +05:30
app_manifest.yml doc: add info about app permission in manifest 2021-07-25 15:48:09 +05:30
docker-compose.yml refactor: remove unused env 2021-07-25 18:18:32 +05:30
Dockerfile refactor: remove unused env 2021-07-25 18:18:32 +05:30
LICENSE.md add: License file 2020-08-16 16:26:46 +05:30
README.md update: badges 2021-11-06 20:14:58 +05:30
requirements.txt add: pyscopg as requirement for postgres DB 2021-07-25 18:03:44 +05:30

Self hosted Slack app for daily standups.

GitHub tag (latest SemVer) Docker Build Helm release License

Documentation here.

Features

  • Create standup submissions using Slack dialog box or slash commands.
  • Ability to add different standup forms/questions for different teams.
  • Notify users to submit their standups.
  • Publish standup responses to a Slack channel. Can configure different Slack channels for different teams.
  • CRUD APIs to manage standups, submissions, users, teams etc.

License

MIT