-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add comments for buildFromReviseRatingProperties #195
Add comments for buildFromReviseRatingProperties #195
Conversation
Signed-off-by: Adi Bhagavath <[email protected]>
* | ||
* @param rating - The rating revise entry to process. | ||
* This includes the original rating's digest, signature, and other relevant details. | ||
* @param chainSpace - The identifier of the blockchain space (as a URI) where the rating is being revoked. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we call it revoked? or revised?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right. Revised is the correct word.
* This includes the original rating's digest, signature, and other relevant details. | ||
* @param chainSpace - The identifier of the blockchain space (as a URI) where the rating is being revoked. | ||
* This helps in pinpointing the exact location on the blockchain where the rating resides. | ||
* @param authorUri - The Decentralized Identifier (DID) URI of the author who is revoking the rating. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here - revoke or revise?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right. Revised is the correct word.
No description provided.