Tags: MLBZ521/PkgBot
Tags
Refactored Database Models Refactored Database Models + Split some attributes into their own tables + Combined `ErrorMessages` and `TrustUpdate` tables into one (`RecipeResults`) + Moved pydantic models to their own file -- this seems to be required to help support using Foreign Keys in Tortoise ORM (still working on getting this to work)
Support for Slack Shortcuts, Models, & Celery Beat Scheduled Tasks + Added support for Slack Shortcuts + Also included support for External data sources to pull lists into Slack options/options groups + Added support for Slack Modals + Added support for scheduled tasks using Celery's Beat feature + Updated and improved all Slack response messages and notifications + Other minor cleanup and standardizations + Ability to enable/disable Slack Slash Commands and Shortcuts via pkgbot_config.yaml