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

Contact import automation #2992

Merged
merged 40 commits into from
Aug 28, 2024
Merged

Contact import automation #2992

merged 40 commits into from
Aug 28, 2024

Conversation

akanshaaa19
Copy link
Member

@akanshaaa19 akanshaaa19 commented Jul 23, 2024

Depends on backend PR glific/glific#3666
branch: importContact

Copy link

github-actions bot commented Jul 23, 2024

@github-actions github-actions bot temporarily deployed to pull request July 23, 2024 10:19 Inactive
@github-actions github-actions bot temporarily deployed to pull request July 23, 2024 10:20 Inactive
Copy link

cypress bot commented Jul 23, 2024

Glific    Run #5139

Run Properties:  status check failed Failed #5139  •  git commit 9d2362a3a3 ℹ️: Merge edad1d27769a379399fa71b8ade7b6b516a3a543 into a21626c7fa4b6964e8263cc48daa...
Project Glific
Branch Review feature/bulk-contact
Run status status check failed Failed #5139
Run duration 25m 32s
Commit git commit 9d2362a3a3 ℹ️: Merge edad1d27769a379399fa71b8ade7b6b516a3a543 into a21626c7fa4b6964e8263cc48daa...
Committer Akansha Sakhre
View all properties for this run ↗︎

Test results
Tests that failed  Failures 1
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 168
View all changes introduced in this branch ↗︎

Tests for review

Failed  cypress/e2e/notification/notification.spec.ts • 1 failed test

View Output

Test Artifacts
Notification list > downloads csv report for contact import Test Replay Screenshots

@github-actions github-actions bot temporarily deployed to pull request July 26, 2024 10:36 Inactive
@akanshaaa19 akanshaaa19 linked an issue Aug 7, 2024 that may be closed by this pull request
@github-actions github-actions bot temporarily deployed to pull request August 8, 2024 03:46 Inactive
@github-actions github-actions bot temporarily deployed to pull request August 8, 2024 03:48 Inactive
@github-actions github-actions bot temporarily deployed to pull request August 8, 2024 06:11 Inactive
@github-actions github-actions bot temporarily deployed to pull request August 8, 2024 09:58 Inactive
@github-actions github-actions bot temporarily deployed to pull request August 8, 2024 16:16 Inactive
Copy link

codecov bot commented Aug 8, 2024

Codecov Report

Attention: Patch coverage is 84.41558% with 12 lines in your changes missing coverage. Please review.

Project coverage is 80.29%. Comparing base (17de63f) to head (1a43366).
Report is 62 commits behind head on master.

Files with missing lines Patch % Lines
src/components/simulator/Simulator.tsx 50.00% 2 Missing and 1 partial ⚠️
src/components/floweditor/FlowEditor.tsx 50.00% 1 Missing and 1 partial ⚠️
.../AdminContactManagement/AdminContactManagement.tsx 60.00% 1 Missing and 1 partial ⚠️
...containers/ContactManagement/ContactManagement.tsx 85.71% 2 Missing ⚠️
src/components/UI/Form/Checkbox/Checkbox.tsx 85.71% 0 Missing and 1 partial ⚠️
...ment/UploadContactsDialog/UploadContactsDialog.tsx 90.90% 0 Missing and 1 partial ⚠️
...c/containers/NotificationList/NotificationList.tsx 90.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2992      +/-   ##
==========================================
+ Coverage   80.25%   80.29%   +0.04%     
==========================================
  Files         322      322              
  Lines       10367    10364       -3     
  Branches     2206     2208       +2     
==========================================
+ Hits         8320     8322       +2     
+ Misses       1405     1401       -4     
+ Partials      642      641       -1     

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

@github-actions github-actions bot temporarily deployed to pull request August 9, 2024 03:39 Inactive
@github-actions github-actions bot temporarily deployed to pull request August 9, 2024 04:15 Inactive
@github-actions github-actions bot temporarily deployed to pull request August 9, 2024 04:18 Inactive
@github-actions github-actions bot temporarily deployed to pull request August 20, 2024 09:29 Inactive
@github-actions github-actions bot temporarily deployed to pull request August 21, 2024 03:46 Inactive
@akanshaaa19 akanshaaa19 self-assigned this Aug 23, 2024
Copy link
Contributor

@kurund kurund left a comment

Choose a reason for hiding this comment

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

@akanshaaa19

Overall looks good. Few suggestions:

  • On clicking upload we should display the error message below Checkbox: Are these contacts opted in? Currently, it is shown if the user check and uncheck the Checkbox.
  • We don't need to show additional notification as we have the message in helptext.
  • If you click on Select File and hit cancel the import action is triggered. It should not.
  • On the below screen close does not work. It should return to /contact-management
Screenshot 2024-08-27 at 23 10 56
  • Can we add the similar notification like about for the Move Contact.

I have also done minor clean up

@github-actions github-actions bot temporarily deployed to pull request August 27, 2024 22:27 Inactive
@github-actions github-actions bot temporarily deployed to pull request August 27, 2024 22:38 Inactive
@github-actions github-actions bot temporarily deployed to pull request August 28, 2024 12:32 Inactive
@github-actions github-actions bot temporarily deployed to pull request August 28, 2024 16:25 Inactive
@github-actions github-actions bot temporarily deployed to pull request August 28, 2024 17:32 Inactive
@github-actions github-actions bot temporarily deployed to pull request August 28, 2024 17:40 Inactive
@github-actions github-actions bot temporarily deployed to pull request August 28, 2024 22:02 Inactive
Copy link
Contributor

@kurund kurund left a comment

Choose a reason for hiding this comment

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

fixes looks good!

@kurund kurund merged commit cab883c into master Aug 28, 2024
10 of 12 checks passed
@kurund kurund deleted the feature/bulk-contact branch August 28, 2024 22:08
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.

Contacts import automation UI
2 participants