Skip to content

Commit 4fccffc

Browse files
committed
Update Readme with a archive details
1 parent f1cac86 commit 4fccffc

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
### Prerequisites
3131

32-
We use `asdf` to fetch the required versions of prerequisite libraries instead of your system's default version. To get it up and running go to https://asdf-vm.com/guide/getting-started.html. You can check it installed properly by using the command `asdf --version`.
32+
We use `asdf` to fetch the required versions of prerequisite libraries instead of your system's default version. To get it up and running go to <https://asdf-vm.com/guide/getting-started.html>. You can check it installed properly by using the command `asdf --version`.
3333

3434
However, you will also need to install the `docker engine` separately
3535

@@ -469,3 +469,11 @@ To run the SBOM commands there are some make commands that currently handle this
469469

470470
`make generate--sbom`
471471
`make validate--sbom`
472+
473+
## Extras
474+
475+
### Archive
476+
477+
The project originally was designed to have a concept of an EPRv2. This did not work out but we have kept the remains of the EPR work in an archive folder located in the `root/archived_epr`. The EPR code was supposed to fit into the structure of our existing CPM model but it became apparent as requirements came through that this would not be possible. You will find in this folder `swagger/OAS spec`, `lambdas`, `ETL` and `tests`.
478+
479+
This has been left in for future reference. The code would need to be transferred back into the root of the project, changing `src_old` back to `src` and merging into the existing `src` directory.

0 commit comments

Comments
 (0)