Skip to content

Conversation

daros10
Copy link
Contributor

@daros10 daros10 commented Apr 9, 2020

PR related to issue #78.

@codecov
Copy link

codecov bot commented Apr 9, 2020

Codecov Report

Merging #101 into master will decrease coverage by 0.58%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #101      +/-   ##
==========================================
- Coverage   92.55%   91.96%   -0.59%     
==========================================
  Files          37       43       +6     
  Lines         403      386      -17     
  Branches       23       21       -2     
==========================================
- Hits          373      355      -18     
- Misses         25       26       +1     
  Partials        5        5              
Impacted Files Coverage Δ
...les/shared/components/sidebar/sidebar.component.ts 100.00% <ø> (ø)
...info/components/create-customer/create-customer.ts 100.00% <100.00%> (ø)
...omponents/customer-list/customer-list.component.ts 100.00% <100.00%> (ø)
...projects/management-customer-projects.component.ts 100.00% <100.00%> (ø)
...eate-project-type/create-project-type.component.ts 100.00% <100.00%> (ø)
...s/project-type-list/project-type-list.component.ts 100.00% <100.00%> (ø)
...ponents/create-project/create-project.component.ts 100.00% <100.00%> (ø)
.../components/project-list/project-list.component.ts 100.00% <100.00%> (ø)
...er-managment/components/search/search.component.ts 100.00% <100.00%> (ø)
...les/customer-managment/pages/customer.component.ts 100.00% <100.00%> (ø)
... and 11 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1abbdf4...996b857. Read the comment docs.

children: [
{ path: 'reports', component: ReportsComponent },
{ path: 'time-clock', component: TimeClockComponent },
{ path: 'time-entries', component: TimeEntriesComponent },
{ path: 'project-management', component: ProjectManagementComponent },
{ path: 'activities-management', component: ActivitiesManagementComponent },
{path: '', pathMatch: 'full', redirectTo: 'time-clock'},
]
{ path: 'customer', component: CustomerComponent },
Copy link
Contributor

Choose a reason for hiding this comment

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

path: 'customers-management'

import { ManagmentCustomerProjectsComponent } from './modules/customer-managment/components/managment-customer-projects/managment-customer-projects.component';
import { CreateCustomerComponent } from './modules/customer-managment/components/customer-info/components/create-customer/create-customer';
// tslint:disable-next-line: max-line-length
import { CreateeProjectComponent } from './modules/customer-managment/components/projects/components/create-project/createe-project.component';
Copy link
Contributor

Choose a reason for hiding this comment

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

typo Createe

import { CreateCustomerComponent } from './modules/customer-managment/components/customer-info/components/create-customer/create-customer';
// tslint:disable-next-line: max-line-length
import { CreateeProjectComponent } from './modules/customer-managment/components/projects/components/create-project/createe-project.component';
import { ProjectLiistComponent } from './modules/customer-managment/components/projects/components/project-liist/project-liist.component';
Copy link
Contributor

Choose a reason for hiding this comment

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

typo: Liist

Comment on lines 86 to 87
CreateeProjectComponent,
ProjectLiistComponent,
Copy link
Contributor

Choose a reason for hiding this comment

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

typos

fixture.detectChanges();
});

it('should create', () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

not should create but
it('component should be created', () => {

export class SearchComponent implements OnInit {
constructor() {}

ngOnInit(): void {}
Copy link
Contributor

Choose a reason for hiding this comment

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

remove this

Comment on lines 3 to 10
.btn-primary {
background-image: $button-primary-color;
border: transparent;
}

.btn-hover:hover {
opacity: 0.8;
}
Copy link
Contributor

Choose a reason for hiding this comment

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

you don't need this

fixture.detectChanges();
});

it('should create', () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

component should be created


constructor() {}

ngOnInit(): void {}
Copy link
Contributor

Choose a reason for hiding this comment

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

remove

{ route: '/reports', icon: 'fas fa-chart-pie', text: 'Reports' },
{ route: '/project-management', icon: 'far fa-folder-open', text: 'Projects' },
{ route: '/activities-management', icon: 'far fa-file-alt', text: 'Activities' },
{ route: '/customer', icon: 'fas fa-users-cog', text: 'Customer' },
Copy link
Contributor

Choose a reason for hiding this comment

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

let;s change this to customers-managent

@enriquezrene enriquezrene merged commit b87fe01 into master Apr 14, 2020
@enriquezrene enriquezrene deleted the 78-customers-administration-screen branch April 14, 2020 01:00
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.

2 participants