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

Refactoring: Separating HSM and Speed sends #3063

Open
wants to merge 23 commits into
base: master
Choose a base branch
from

Conversation

akanshaaa19
Copy link
Member

No description provided.

@akanshaaa19 akanshaaa19 added the enhancement New feature or request label Sep 4, 2024
@akanshaaa19 akanshaaa19 self-assigned this Sep 4, 2024
Copy link

github-actions bot commented Sep 4, 2024

@github-actions github-actions bot temporarily deployed to pull request September 4, 2024 18:17 Inactive
Copy link

codecov bot commented Sep 4, 2024

Codecov Report

Attention: Patch coverage is 78.50318% with 135 lines in your changes missing coverage. Please review.

Project coverage is 81.17%. Comparing base (e3cd779) to head (c5a36b9).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
src/containers/HSM/HSM.tsx 81.37% 34 Missing and 23 partials ⚠️
src/containers/SpeedSend/SpeedSend.tsx 73.50% 33 Missing and 20 partials ⚠️
src/containers/HSM/HSMList/HSMList.tsx 69.38% 11 Missing and 4 partials ⚠️
...ntainers/SpeedSend/SpeedSendList/SpeedSendList.tsx 78.94% 6 Missing and 2 partials ⚠️
src/mocks/Template.tsx 93.10% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3063      +/-   ##
==========================================
+ Coverage   80.97%   81.17%   +0.20%     
==========================================
  Files         323      319       -4     
  Lines       10351    10340      -11     
  Branches     2198     2174      -24     
==========================================
+ Hits         8382     8394      +12     
+ Misses       1340     1316      -24     
- Partials      629      630       +1     

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

Copy link

cypress bot commented Sep 4, 2024

Glific    Run #5329

Run Properties:  status check passed Passed #5329  •  git commit 15c1b535ba ℹ️: Merge c5a36b9f2c9f8c0cbbb300b9ec546785fc82236a into 963222288894aa93aa83a4036701...
Project Glific
Run status status check passed Passed #5329
Run duration 25m 27s
Commit git commit 15c1b535ba ℹ️: Merge c5a36b9f2c9f8c0cbbb300b9ec546785fc82236a into 963222288894aa93aa83a4036701...
Committer Akansha Sakhre
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
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 172

@github-actions github-actions bot temporarily deployed to pull request September 20, 2024 18:20 Inactive
@github-actions github-actions bot temporarily deployed to pull request September 21, 2024 04:23 Inactive
@github-actions github-actions bot temporarily deployed to pull request September 23, 2024 16:43 Inactive
@github-actions github-actions bot temporarily deployed to pull request September 24, 2024 17:34 Inactive
@github-actions github-actions bot temporarily deployed to pull request September 24, 2024 18:08 Inactive
@github-actions github-actions bot temporarily deployed to pull request September 24, 2024 18:20 Inactive
@github-actions github-actions bot temporarily deployed to pull request September 24, 2024 18:24 Inactive
@github-actions github-actions bot temporarily deployed to pull request September 24, 2024 18:27 Inactive
@github-actions github-actions bot temporarily deployed to pull request September 29, 2024 05:39 Inactive
@github-actions github-actions bot temporarily deployed to pull request September 29, 2024 06:24 Inactive
@github-actions github-actions bot temporarily deployed to pull request October 2, 2024 04:40 Inactive
@github-actions github-actions bot temporarily deployed to pull request October 8, 2024 17:55 Inactive
@github-actions github-actions bot temporarily deployed to pull request October 8, 2024 18:30 Inactive
@github-actions github-actions bot temporarily deployed to pull request October 9, 2024 05:57 Inactive
@github-actions github-actions bot temporarily deployed to pull request October 11, 2024 10:04 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.

We should also refactor listing screens.

Let's discuss over the call.

@@ -22,7 +22,7 @@ import { GroupCollectionList } from 'containers/WaGroups/GroupCollections/GroupC
const Chat = lazy(() => import('containers/Chat/Chat'));
const Layout = lazy(() => import('components/UI/Layout/Layout'));
const SpeedSendList = lazy(() => import('containers/Template/List/SpeedSendList/SpeedSendList'));
const SpeedSend = lazy(() => import('containers/Template/Form/SpeedSend/SpeedSend'));
const SpeedSend = lazy(() => import('containers/Template/Form/SpeedSends/SpeedSends'));
Copy link
Contributor

Choose a reason for hiding this comment

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

@akanshaaa19

If possible let's avoid fodder and file renaming.

@github-actions github-actions bot temporarily deployed to pull request October 16, 2024 15:39 Inactive
@github-actions github-actions bot temporarily deployed to pull request October 17, 2024 03:46 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.

Could you resolve the conflicts whenever you have some time?

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.

2 participants