-
Couldn't load subscription status.
- Fork 1
TT-106 exponential growth UI #637
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
Conversation
src/app/modules/time-clock/components/project-list-hover/project-list-hover.component.ts
Outdated
Show resolved
Hide resolved
src/app/modules/time-clock/components/entry-fields/entry-fields.component.ts
Outdated
Show resolved
Hide resolved
src/app/modules/time-clock/components/entry-fields/entry-fields.component.ts
Outdated
Show resolved
Hide resolved
src/app/modules/time-clock/components/entry-fields/entry-fields.component.spec.ts
Outdated
Show resolved
Hide resolved
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.
Some comments.
src/app/modules/time-clock/components/entry-fields/entry-fields.component.spec.ts
Outdated
Show resolved
Hide resolved
src/app/modules/time-clock/components/entry-fields/entry-fields.component.ts
Outdated
Show resolved
Hide resolved
a7fed56 to
0a97c63
Compare
src/app/modules/time-clock/components/entry-fields/entry-fields.component.spec.ts
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #637 +/- ##
==========================================
+ Coverage 93.09% 94.22% +1.13%
==========================================
Files 85 95 +10
Lines 1564 1784 +220
Branches 107 118 +11
==========================================
+ Hits 1456 1681 +225
+ Misses 67 65 -2
+ Partials 41 38 -3
Continue to review full report at Codecov.
|
ad9e678 to
89e8501
Compare
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.
I think we have to remove all these imports from the Feature Toggles that we are not using
src/app/modules/time-clock/components/entry-fields/entry-fields.component.spec.ts
Outdated
Show resolved
Hide resolved
src/app/modules/time-clock/components/entry-fields/entry-fields.component.ts
Outdated
Show resolved
Hide resolved
src/app/modules/time-clock/components/entry-fields/entry-fields.component.ts
Show resolved
Hide resolved
src/app/modules/time-clock/components/project-list-hover/project-list-hover.component.spec.ts
Show resolved
Hide resolved
src/app/modules/time-clock/components/project-list-hover/project-list-hover.component.ts
Show resolved
Hide resolved
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.
it seems everything is fine, good job 👍
| @@ -1,3 +1,4 @@ | |||
| import { of } from 'rxjs'; | |||
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.
Check if is using of?
src/app/modules/time-clock/components/entry-fields/entry-fields.component.ts
Show resolved
Hide resolved
…imeClock components and test files
…y requests in EntryFields, ProjectListHover, TimeClock components
…n the TimeClock, EntryFields and ProjectListHover components
…ProjectListHover and EntryFields components
…fy the behavior of ngOnDestroy when the flag is true or false
… in the background when changing components and create test to validate the call to unsubscribe in the ngOnDestroy
…imeClock components and test files
dc061bc to
40db859
Compare
Resolve exponential growth of requests in TimeClock, ProjectListHover and EntryFields components.