Skip to content

Commit

Permalink
fix(README):[#1070] appropriate README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mkanal committed Jul 22, 2024
1 parent 53d37d9 commit 4beb262
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ _**For better traceability add the corresponding GitHub issue number in each cha
- #1190 update notification contracts on policy updates

### Changed
- #1070 Correct semantic model in dev/READEME.md
- #1070 Convert png to svg according to TRG 1.04 - Diagrams as code / Editable static files
- #1173 Update IRS-Helm from 7.1.4 to 7.2.0 - updated Compatibility Matrix
- #1082 fix duplicate key errors when synchronizing assets with IRS
Expand All @@ -36,7 +37,7 @@ _**For better traceability add the corresponding GitHub issue number in each cha
## [12.0.0 - 05.07.2024]

### Added
- #832 added policymanagement list view, creator and editor
- #832 added policy management list view, creator and editor
- #737 Added concept: Contract table -> parts link action
- XXX Added interceptor to EdcRestTemplates to log requests
- #915 Added section to documentation: EDC-BPN configuration
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,9 @@ $ git clone [email protected]:eclipse-tractusx/traceability-foss.git
$ cd traceability-foss/frontend
```

Install prerequisites:
1. install [node.js](https://nodejs.org/en/download/package-manager)
#### Install prerequisites:

install [node.js](https://nodejs.org/en/download/package-manager)
```bash
$ npm install --global yarn
$ npm install -g @angular/cli
Expand Down Expand Up @@ -178,7 +179,7 @@ or can be viewed in the Swagger UI accessing the url: `{projectBasePath}/api/swa
Below you can find the information regarding Docker Notice for this application.

- [Traceability Backend Docker Notice](DOCKER_NOTICE.md)
- [Traceability Frontend Docker Notice](DOCKER_NOTICE.md)
- [Traceability Frontend Docker Notice](frontend/DOCKER_NOTICE.md)

## Contact

Expand Down

0 comments on commit 4beb262

Please sign in to comment.