Skip to content

feat: add proper message system and routing - #99

Merged
r0liveir merged 9 commits into
mainfrom
feat/notification-system
Aug 25, 2026
Merged

feat: add proper message system and routing#99
r0liveir merged 9 commits into
mainfrom
feat/notification-system

Conversation

@r0liveir

Copy link
Copy Markdown
Contributor

Adds ClientSessionMessage and ServerSessionMessage for proper websocket message. This also lays a foundation for displaying results (like votings, resolution votes, etc) and error messages

Also implements a custom OpenAPI, removing the need for a dummy route workaround and enabling better type imports. Already generated via Docker. Courtesy of @codex :)

closes #93

@r0liveir

Copy link
Copy Markdown
Contributor Author

O que vai faltar só é tratar os erros e adicionar uma mensagem de erro que é enviada ao usuário (e adicionar um tratamento do dado no context). Já tem o EventResult pra isso, mas se quiser, será bom renomear.

@sonarqubecloud

Copy link
Copy Markdown

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This change makes dynamically changing the flag of a component impossible, fix or revert.

@r0liveir
r0liveir merged commit 7538dcf into main Aug 25, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

backend(session): add session notification envelopes and delivery

2 participants