-
Notifications
You must be signed in to change notification settings - Fork 160
Closed
Labels
Description
Problem description
Current implementation of project data comparison as per #2375 allows for document-to-document comparison of data, with multiple documents (from different projects). However in addition to this users might want to be able to compare the entire trust-chains.
Requirements
Introduce a comparison functionality where it'd be possible to 'diff' arbitrary sections or the entire trust-chains for different tokens, potentially issued by different policies such that the system would:
- graphically display the differences where a user would then be able to 'scroll' through and review them in the UI
- get a numerical 'similarity score' indicating how similar the two 'chains' are
Definition of done
- Functionality is implemented as described, executable via
- UI
- API
- Documentation is updated
- Demo video is created
Acceptance criteria
Users can 'diff' sections or entire trustchains of tokens in UI and via API