Commit graph

7 commits

Author SHA1 Message Date
Obay M. Rashad
367dd5a2a1
AI-powered tickets categorization and a daily fulfillment reminder for open tickets (#153)
* Add ai-based ticket categorization and you can add tags in the bot homepage

* made the CategoryTag model and refactored the code to support it

* Implemented the fulfillment reminder to send all open tickets in the past 24h for amber to check them :)

* removed the ability to manage categories from the UI/fixed stuff

* Fix type error

* removed question tags

* Re-add question tags to DB schema

This is only because we don't have migrations rn so we can't actually delete stuff from the DB

---------

Co-authored-by: MMK21Hub <50421330+MMK21Hub@users.noreply.github.com>
2026-02-10 23:30:22 +00:00
Mish
6afc28a27c
Make SITE_API_KEY not required (#150) 2026-01-26 18:58:22 +00:00
Mish
2415abd4b1
Fix selfhosted images being served incorrectly (#148)
* Rename HOSTNAME env var to BASE_URL (and document it)

* BASE_URL.rstrip("/")

Prevent errors if you include / in your env var

* Trailing newline
2026-01-23 00:02:50 +00:00
MMK21
c2f2584101
Make the header in app home configurable (#87)
* Add an app_title env var

* Use app_title in app home

* Fix header being wrapped in a tuple
2025-10-28 22:38:30 +00:00
MMK21Hub
1b9e12d790 Add SLACK_HELP_CHANNEL to .env.sample 2025-08-11 14:16:15 +01:00
transcental
2db250cee0
multi transcripts (#17) 2025-06-29 02:53:00 +01:00
transcental
bdcdf66687
Initial commit 2025-05-30 22:49:06 +01:00