quivr/backend/modules/notification
Stan Girard 62bfc3c8d9
fix: Refactor chat_service.py and remove unused code (#2530)
# Description

Please include a summary of the changes and the related issue. Please
also include relevant motivation and context.

## Checklist before requesting a review

Please delete options that are not relevant.

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented hard-to-understand areas
- [ ] I have ideally added tests that prove my fix is effective or that
my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged

## Screenshots (if appropriate):
2024-05-01 15:26:14 -07:00
..
controller feat(notifications): implemented notifications with RLS and realtime (#2525) 2024-05-01 11:11:12 -07:00
dto feat(notifications): implemented notifications with RLS and realtime (#2525) 2024-05-01 11:11:12 -07:00
entity feat(notifications): implemented notifications with RLS and realtime (#2525) 2024-05-01 11:11:12 -07:00
repository feat(notifications): implemented notifications with RLS and realtime (#2525) 2024-05-01 11:11:12 -07:00
service fix: Refactor chat_service.py and remove unused code (#2530) 2024-05-01 15:26:14 -07:00
tests tests: added new way of testing less prone to errors 2024-04-15 18:22:21 +02:00
__init__.py refactor: Notification module (#1740) 2023-11-28 14:27:39 +01:00