Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds projects support #150

Merged
merged 21 commits into from
Apr 29, 2024
Merged

Adds projects support #150

merged 21 commits into from
Apr 29, 2024

Conversation

butschster
Copy link
Member

@butschster butschster commented Apr 27, 2024

@butschster butschster self-assigned this Apr 27, 2024
@butschster butschster added this to the 1.0 milestone Apr 27, 2024
@butschster butschster changed the title Adds projects support [WIP] Adds projects support Apr 27, 2024
@butschster butschster added the enhancement New feature or request label Apr 27, 2024
Fixes unit tests
…a designated project will now route to the `events` channel, while project-specific events will be directed to `events.project.<key>` channels.

Implemented automatic subscription of users to relevant channels upon WS connection. Users will now be subscribed to both the general `events` channel and all channels pertaining to projects.
1. Adds events mapper for broadcasting
2. SMTP service refactoring.
3. Improved tests. Use sqlite for tests instead of in-memory.
1. Reduced payload size for preview cards in WS events, optimizing data transmission to clients and HTTP requests for event lists.
2. Resolved issue with event clearing when utilizing the database driver.
3. Addressed sorting inconsistencies with events when utilizing the database driver.
Copy link

codecov bot commented Apr 28, 2024

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@butschster butschster linked an issue Apr 29, 2024 that may be closed by this pull request
@butschster butschster merged commit 4cb258a into master Apr 29, 2024
1 of 2 checks passed
@butschster butschster deleted the feature/149 branch April 29, 2024 16:45
@butschster butschster changed the title [WIP] Adds projects support Adds projects support Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Multiple project support Clear events on external database
1 participant