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

feat: Notification API #110

Merged
merged 2 commits into from
Sep 21, 2023
Merged

Conversation

OmAximani0
Copy link
Contributor

- [x] Send notification to authenticated user
- [x] Send notification to project members
- [x] Send notification to organization members

Signed-off-by: OmAxiani0 <[email protected]>
@OmAximani0 OmAximani0 changed the title feat: Notification APIA feat: Notification API Sep 21, 2023
@codecov-commenter
Copy link

codecov-commenter commented Sep 21, 2023

Codecov Report

Merging #110 (974a909) into main (737d83a) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #110      +/-   ##
==========================================
+ Coverage   99.15%   99.16%   +0.01%     
==========================================
  Files         135      140       +5     
  Lines        4703     4757      +54     
  Branches      111      111              
==========================================
+ Hits         4663     4717      +54     
  Misses         28       28              
  Partials       12       12              
Files Changed Coverage Δ
...rowdin_api/api_resources/notifications/__init__.py 100.00% <100.00%> (ø)
crowdin_api/api_resources/notifications/enums.py 100.00% <100.00%> (ø)
...rowdin_api/api_resources/notifications/resource.py 100.00% <100.00%> (ø)
...notifications/tests/test_notification_resources.py 100.00% <100.00%> (ø)
crowdin_api/api_resources/notifications/types.py 100.00% <100.00%> (ø)

Copy link
Member

@andrii-bodnar andrii-bodnar left a comment

Choose a reason for hiding this comment

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

@OmAximani0 thank you!

@andrii-bodnar andrii-bodnar merged commit 488d52c into crowdin:main Sep 21, 2023
4 checks passed
@OmAximani0 OmAximani0 deleted the feat/notification-api branch September 23, 2023 14:51
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.

Add support for the Notifications API
3 participants