Skip to content

Create notifications service#2

Merged
martingaldeca merged 6 commits intomainfrom
feature/1-create-notifications-service
Jan 10, 2026
Merged

Create notifications service#2
martingaldeca merged 6 commits intomainfrom
feature/1-create-notifications-service

Conversation

@martingaldeca
Copy link
Member

Type of Change

  • 🚀 New feature (non-breaking change which adds functionality)
  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • 🧹 Chore (technical task, refactoring, maintenance)

Description

Create a base notifications service that can be extended in the future, for example, with other notification types (sms/push/...).

This service will be called from the backend.

Related Issue

Closes #1

How Has This Been Tested?

Please describe the tests that you ran to verify your changes.

  • Unit Tests
  • Manual Testing

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my code
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Screenshots (if applicable)

image

@martingaldeca martingaldeca linked an issue Dec 31, 2025 that may be closed by this pull request
2 tasks
@codecov
Copy link

codecov bot commented Dec 31, 2025

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.

ℹ️ You can also turn on project coverage checks and project coverage reporting on Pull Request comment

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

* Update coverage options
* Add codecov badge to README.md
@martingaldeca martingaldeca added documentation Improvements or additions to documentation enhancement New feature or request labels Dec 31, 2025
@martingaldeca martingaldeca merged commit 1518972 into main Jan 10, 2026
2 checks passed
@martingaldeca martingaldeca deleted the feature/1-create-notifications-service branch January 10, 2026 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create notifications service

1 participant