Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/protocol-concepts/data-issuer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 6

# Data Issuer

A Data Issuer is the trusted entity associated with Data Point on Talent Protocol.
A Data Issuer is the trusted entity associated with a Data Point on Talent Protocol.

## Key Attributes:

Expand Down
2 changes: 1 addition & 1 deletion docs/protocol-concepts/event.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 5

An Event is a historical record of changes to a user’s reputation data over time.

Events to track how reputation changes over time, giving users better insights into their progress. Think of it like Etherscan for the Builder Score: users will be able to see not just their current reputation state, but the complete history of how they got there.
Events track how reputation changes over time, giving users better insights into their progress. Think of it like Etherscan for the Builder Score: users will be able to see not just their current reputation state, but the complete history of how they got there.

Every change to reputation data is recorded as an Event with its old value, new value, and timestamp.

Expand Down