-
Notifications
You must be signed in to change notification settings - Fork 41
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
base: master
Are you sure you want to change the base?
Conversation
🚀 Deployed on https://deploy-preview-3063--glific-frontend.netlify.app |
Codecov ReportAttention: Patch coverage is
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. |
Glific Run #5329
Run Properties:
|
Project |
Glific
|
Run status |
Passed #5329
|
Run duration | 25m 27s |
Commit |
15c1b535ba ℹ️: Merge c5a36b9f2c9f8c0cbbb300b9ec546785fc82236a into 963222288894aa93aa83a4036701...
|
Committer | Akansha Sakhre |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
172
|
There was a problem hiding this 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')); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If possible let's avoid fodder and file renaming.
…tend into templates-refactoring
There was a problem hiding this 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?
No description provided.