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

Support flow export notification #423

Merged
merged 1 commit into from
May 7, 2024

Conversation

norkans7
Copy link
Contributor

@norkans7 norkans7 commented May 7, 2024

No description provided.

Copy link

codecov bot commented May 7, 2024

Codecov Report

Attention: Patch coverage is 25.00000% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 79.21%. Comparing base (cfe6ba5) to head (dd361d6).

❗ Current head dd361d6 differs from pull request most recent head cd69bec. Consider uploading reports for the commit cd69bec to get more accurate results

Files Patch % Lines
src/list/NotificationList.ts 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #423      +/-   ##
==========================================
- Coverage   79.22%   79.21%   -0.01%     
==========================================
  Files          80       80              
  Lines       22016    22020       +4     
  Branches      750      750              
==========================================
+ Hits        17443    17444       +1     
- Misses       4562     4565       +3     
  Partials       11       11              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@norkans7 norkans7 force-pushed the support-flow-export-notifications branch 2 times, most recently from 68b7049 to dd361d6 Compare May 7, 2024 11:17
@@ -100,6 +100,9 @@ export class NotificationList extends TembaList {
} else if (notification.export.type === 'ticket') {
icon = Icon.tickets_export;
body = 'Exported tickets';
} else if (notification.export.type === 'flows') {
Copy link
Member

Choose a reason for hiding this comment

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

how about definition since they're not just flows?

contact, message, results and definition

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Okay

Copy link
Contributor Author

Choose a reason for hiding this comment

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

And the body can be Exported definitions ? @rowanseymour

Copy link
Member

Choose a reason for hiding this comment

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

Sure

@rowanseymour rowanseymour merged commit 7264111 into main May 7, 2024
2 of 4 checks passed
@rowanseymour rowanseymour deleted the support-flow-export-notifications branch May 7, 2024 15:39
@github-actions github-actions bot locked and limited conversation to collaborators May 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants