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

User story 4 backend - Plugins.js and Chats.js #74

Merged
merged 2 commits into from
Sep 26, 2024

Conversation

DachiCharkviani
Copy link

Relates to issue #13

Added backend logic in plugins.js to handle emoji reactions via socket communication, ensuring real-time processing and broadcasting of reactions to all users. Updated chats.js to integrate the emoji picker into the chat UI, allowing users to select emojis and display reactions beneath messages with real-time synchronization across the chat room.

Dachi and others added 2 commits September 25, 2024 20:07
…with emojis handled real time updates, and ensured proper emoji display. Add backend logic with plugins for handling emoji reactions. Store reactions in database with error handling
@DachiCharkviani DachiCharkviani added the enhancement New feature or request label Sep 26, 2024
@DachiCharkviani DachiCharkviani added this to the Sprint 1 milestone Sep 26, 2024
@DachiCharkviani DachiCharkviani self-assigned this Sep 26, 2024
Copy link

@NickDevi NickDevi left a comment

Choose a reason for hiding this comment

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

All good, ready for merging

@coveralls
Copy link

Pull Request Test Coverage Report for Build 11058059301

Details

  • 5 of 31 (16.13%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.08%) to 82.611%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/socket.io/plugins.js 5 31 16.13%
Totals Coverage Status
Change from base Build 11057576811: -0.08%
Covered Lines: 22345
Relevant Lines: 25625

💛 - Coveralls

Copy link

@Seckhen Seckhen left a comment

Choose a reason for hiding this comment

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

All good, ready for merging.

@DachiCharkviani DachiCharkviani merged commit 9418c12 into f24 Sep 26, 2024
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.

4 participants