Skip to content

Commit a32ab92

Browse files
Phil91evegufy
andauthored
docs: add known knowns section to readme (eclipse-tractusx#160)
* docs: add known knowns section to readme * docs: change known knowns location --------- Co-authored-by: Evelyn Gurschler <[email protected]>
1 parent 41cb14d commit a32ab92

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Run the following command from the CLI in the directory of the service you want
2323
dotnet run
2424
```
2525

26+
## Known Issues and Limitations
27+
28+
See [Known Knowns](/docs/technical-documentation/known-knowns/known-issues-and-limitations.md).
29+
2630
## Notice for Docker image
2731

2832
This application provides container images for demonstration purposes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Known Issues and Limitations
2+
3+
- The database is capable of storing documents of type `PRESENTATION` through a POST API call, even though this functionality is not exposed through any specific API endpoint, indicating an undocumented feature or a future use case not yet realized.
4+
5+
- The DIM Status List is presently included in both the configuration file and the outbound wallet post body, which is against our recommendation as we believe this function should be autonomously managed by the wallet. The status list is defined within the component configuration, suggesting an interim solution with an intention to phase out this approach, reinforcing that the status list should not be integral to the interface in the long term.
6+
7+
## NOTICE
8+
9+
This work is licensed under the [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0).
10+
11+
- SPDX-License-Identifier: Apache-2.0
12+
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
13+
- Source URL: https://github.com/eclipse-tractusx/ssi-credential-issuer

0 commit comments

Comments
 (0)