feat: TT-217 Add FT in EntryFieldsComponent component and Add flag at validate current entry and last entry#663
Conversation
…changes, add the flag to validate the current entry and last entry, add tests of the Feature Toggle - update-entries
Codecov Report
@@ Coverage Diff @@
## master #663 +/- ##
==========================================
+ Coverage 93.09% 94.21% +1.11%
==========================================
Files 85 102 +17
Lines 1564 1969 +405
Branches 107 136 +29
==========================================
+ Hits 1456 1855 +399
- Misses 67 74 +7
+ Partials 41 40 -1
Continue to review full report at Codecov.
|
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.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/entry-fields/entry-fields.component.spec.ts
Outdated
Show resolved
Hide resolved
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/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
Angeluz-07
left a comment
There was a problem hiding this comment.
Good Job. Only some comments that can make your solution cleaner. Also dont forget after validating these changes. All the code around UpdateCurrentOrLastEntry should be removed. -> https://github.com/ioet/time-tracker-ui/search?q=updateCurrentOrLastEntry
… updateEntryRunning method and improve name the flag FT
Add FT in EntryFieldsComponent component to get the new changes, add the flag to validate the current entry and last entry, add tests of the Feature Toggle - update-entries.