slackbot-ultimate-template

The ultimate slackbot template for all your slackbot needs

Stars
2
slackbot-ultimate-template - v0.1.2 Latest Release

Published by kcoderhtml 4 months ago

Changelog

Full Commit Log: https://github.com/kcoderhtml/slackbot-ultimate-template/commits/v0.1.2

[0.1.2] - 2024-07-08

⚙️ Miscellaneous Tasks

  • Update Dockerfile to use "bunx prisma db push" instead of "bunx prisma generate" & change db url
  • Bump version to 0.1.2 in package.json
  • Add volume mapping for Prisma data in docker-compose.yaml
slackbot-ultimate-template - v0.1.1

Published by kcoderhtml 4 months ago

Changelog

Full Commit Log: https://github.com/kcoderhtml/slackbot-ultimate-template/commits/v0.1.1

[0.1.1] - 2024-07-08

⚙️ Miscellaneous Tasks

  • Update Dockerfile CMD to run index.ts
  • Update Docker image reference to use correct repository name
  • Bump version to 0.1.1 in package.json
  • Update Dockerfile to use "bunx prisma db push" instead of "bunx prisma generate"
slackbot-ultimate-template - v0.1.0

Published by kcoderhtml 4 months ago

Changelog

Full Commit Log: https://github.com/kcoderhtml/slackbot-ultimate-template/commits/v0.1.0

[0.1.0] - 2024-07-08

🚀 Features

  • Add template module for dynamic text generation
  • Add startup messages
  • Add startup message that goes to slack and console
  • Add appHome and reloadHandler modules for Slack app home tab functionality
  • Update README.md with detailed setup instructions and prerequisites
  • Update README.md with ngrok setup instructions and prerequisites
  • Add prisma integration
  • Tell user how to migrate db in README
  • Add PrismaClient in index and export it
  • Update appHome to track authorized and unauthorized dashboard opens
  • Add bar chart generator for app home analytics
  • Add cliff workflow
  • Add docker image building

📚 Documentation

  • Add information about the logging system
  • Add info on how to use the logging system
  • Describe feature system
  • Update the headings for the logging system
  • Update the headings for the template system
  • Add toc
  • Add a link for @jaspermayone's profile

⚙️ Miscellaneous Tasks

  • Add example feature with Slack integration
  • Update package.json with dev and ngrok scripts
  • Run prettier
  • Add manifest.yaml file with Ultimate Slackbot configuration
  • Add prettier configuration in package.json
  • Run prettier with new config
  • Update package.json with version 0.1.0
  • Add Logger module for Slack message logging
  • Readme formating
  • Prettier
  • Update Logger to use consistent function specification

Bug

  • Update manifest.yaml with correct request URLs
Related Projects