Skip to content

Commit

Permalink
ftr: update documents for release
Browse files Browse the repository at this point in the history
TRACEFOSS-579
  • Loading branch information
fbedarf committed Sep 20, 2022
1 parent 3d8250b commit 9f53fda
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
![Veracode Workflow](https://github.com/catenax-ng/product-traceability-foss-frontend/actions/workflows/veracode.yaml/badge.svg)
![Tests Workflow](https://github.com/catenax-ng/product-traceability-foss-frontend/actions/workflows/test.yml/badge.svg)
# ![Product Traceability FOSS Backend (TRACE-FOSS)](src/assets/images/catena-x.svg) Product Traceability FOSS Backend

<div style="display: flex; justify-items: center;">

![Alt text](src/assets/images/catena-x.svg?raw=true 'Catena-x')

<h1 style="margin: 10px 0 0 10px">Trace-FOSS User Interface</h1>

</div>
[![Apache 2 License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://github.com/catenax-ng/product-traceability-foss-frontend/LICENSE)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=catenax-ng_product-traceability-foss-frontend&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=catenax-ng_product-traceability-foss-frontend)
[![Kics](https://github.com/catenax-ng/product-traceability-foss-frontend/actions/workflows/kics.yml/badge.svg)](https://github.com/catenax-ng/product-traceability-foss-frontend/actions/workflows/kics.yml)
[![Trivy](https://github.com/catenax-ng/product-traceability-foss-frontend/actions/workflows/trivy.yml/badge.svg)](https://github.com/catenax-ng/product-traceability-foss-frontend/actions/workflows/trivy.yml)
[![VeraCode](https://github.com/catenax-ng/product-traceability-foss-frontend/actions/workflows/veracode.yaml/badge.svg)](https://github.com/catenax-ng/product-traceability-foss-frontend/actions/workflows/veracode.yaml)

<h2>Trace-FOSS is a system for tracking parts along the supply chain.</h2>
<h4>A high level of transparency across the supplier network enables faster intervention based on a recorded event in the supply chain.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ import { InvestigationsComponent } from './presentation/investigations.component
@NgModule({
declarations: [InvestigationsComponent],
imports: [CommonModule, TemplateModule, SharedModule, InvestigationsRoutingModule],
providers: [InvestigationsFacade, InvestigationsState, ...getI18nPageProvider('page.investigations')],
providers: [InvestigationsFacade, InvestigationsState],
})
export class InvestigationsModule {}
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const INVESTIGATIONS_ROUTING: Routes = [
path: '',
pathMatch: 'full',
component: InvestigationsComponent,
data: { i18nextNamespaces: ['page.investigations'] },
resolve: { i18next: I18NEXT_NAMESPACE_RESOLVER },
},
];
Expand Down

0 comments on commit 9f53fda

Please sign in to comment.