Skip to content

Commit 9f53fda

Browse files
committed
ftr: update documents for release
TRACEFOSS-579
1 parent 3d8250b commit 9f53fda

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
![Veracode Workflow](https://github.com/catenax-ng/product-traceability-foss-frontend/actions/workflows/veracode.yaml/badge.svg)
2-
![Tests Workflow](https://github.com/catenax-ng/product-traceability-foss-frontend/actions/workflows/test.yml/badge.svg)
1+
# ![Product Traceability FOSS Backend (TRACE-FOSS)](src/assets/images/catena-x.svg) Product Traceability FOSS Backend
32

4-
<div style="display: flex; justify-items: center;">
5-
6-
![Alt text](src/assets/images/catena-x.svg?raw=true 'Catena-x')
7-
8-
<h1 style="margin: 10px 0 0 10px">Trace-FOSS User Interface</h1>
9-
10-
</div>
3+
[![Apache 2 License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://github.com/catenax-ng/product-traceability-foss-frontend/LICENSE)
4+
[![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)
5+
[![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)
6+
[![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)
7+
[![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)
118

129
<h2>Trace-FOSS is a system for tracking parts along the supply chain.</h2>
1310
<h4>A high level of transparency across the supplier network enables faster intervention based on a recorded event in the supply chain.

src/app/modules/page/investigations/investigations.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ import { InvestigationsComponent } from './presentation/investigations.component
3030
@NgModule({
3131
declarations: [InvestigationsComponent],
3232
imports: [CommonModule, TemplateModule, SharedModule, InvestigationsRoutingModule],
33-
providers: [InvestigationsFacade, InvestigationsState, ...getI18nPageProvider('page.investigations')],
33+
providers: [InvestigationsFacade, InvestigationsState],
3434
})
3535
export class InvestigationsModule {}

src/app/modules/page/investigations/investigations.routing.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ const INVESTIGATIONS_ROUTING: Routes = [
2828
path: '',
2929
pathMatch: 'full',
3030
component: InvestigationsComponent,
31-
data: { i18nextNamespaces: ['page.investigations'] },
3231
resolve: { i18next: I18NEXT_NAMESPACE_RESOLVER },
3332
},
3433
];

0 commit comments

Comments
 (0)