Skip to content

Feature/channels integration#16

Merged
uxabix merged 12 commits into
developfrom
feature/channels_integration
May 2, 2026
Merged

Feature/channels integration#16
uxabix merged 12 commits into
developfrom
feature/channels_integration

Conversation

@uxabix
Copy link
Copy Markdown
Owner

@uxabix uxabix commented May 2, 2026

Simple private messaging

Tests:
image

image

uxabix added 11 commits November 8, 2025 10:54
Accounts app: Block model representing if one player was blocked by another, which must lead to inability of sending a message to each other, or connect to lobby where owner is one of participants in relation
Tests not fixed yet, removed redundant fields from message model, added chat field, changed indexes, added lobby related fields to Chat model
Fixed tests accordingly to new models and updated comments in chat/models.py
Added django.setup() and changed import order
@uxabix uxabix requested review from Absensy, Surmachov and Viton8 May 2, 2026 09:51
@uxabix uxabix self-assigned this May 2, 2026
@uxabix uxabix added the enhancement New feature or request label May 2, 2026
@uxabix uxabix linked an issue May 2, 2026 that may be closed by this pull request
18 tasks
Copy link
Copy Markdown
Owner Author

@uxabix uxabix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

Comment thread Fools_Arena/asgi.py Outdated
Co-authored-by: Kiryl Alishkevich <64920776+uxabix@users.noreply.github.com>
@uxabix uxabix merged commit 32cf3b7 into develop May 2, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Extend some user-related models and implement private messaging

2 participants