Skip to content
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 a tooltip explanation for each field on the contracts data table #545

Open
alexfreska opened this issue Mar 27, 2024 · 3 comments
Open
Labels
good first issue Good for newcomers

Comments

@alexfreska
Copy link
Member

Explanation of fields for hostd:

General

  • contract ID: the ID of the contract
  • status: the current lifecycle stage of the contract (pending, active, successful, failed)
  • data size: the amount of data stored in the contract (in bytes)
  • merkle root: the merkle root of the data stored in the contract (used for proofs)

Time

  • timeline: a timeline of the contract's life
  • start date: the date the contract was created
  • expiration date: the estimated date the contract will expire
  • payout date: the estimated date the host will receive the payout

Usage

  • payout: the total payout the host will receive upon contract expiration (revenue + locked collateral)
  • remaining renter funds: the remaining Siacoin the renter has to spend
  • locked collateral: the amount of Siacoin the host locked in collateral
  • risked collateral: the amount of Siacoin the host will burn if the contract fails
  • total usage: the total spending of the renter
  • storage usage: the amount spent on storage
  • ingress usage: the amount spent on uploading data
  • egress usage: the amount spent on downloading data
  • account funding usage: unspent ephemeral account balance
  • rpc usage: the amount spent on RPC calls
@alexfreska alexfreska added this to Sia Mar 27, 2024
@alexfreska alexfreska self-assigned this Mar 27, 2024
@alexfreska alexfreska converted this from a draft issue Mar 27, 2024
@ChrisSchinnerl ChrisSchinnerl moved this from Triage to Todo in Sia Mar 27, 2024
@alexfreska alexfreska moved this from Todo to Backlog in Sia May 22, 2024
@alexdwagner
Copy link

Hey @alexfreska, can I claim this issue? Seems like a good one to get familiar with the codebase for 'Web'

@alexfreska alexfreska changed the title Add tooltips with an explanation to each field on data tables Add a tooltip explanation for each field on the contracts data table Jun 14, 2024
@alexfreska
Copy link
Member Author

@alexdwagner sure! The column information in the description is specifically (only) for the hostd contracts table - I clarified the issue title to reflect this.

@alexdwagner
Copy link

thanks! that makes sense

@alexfreska alexfreska added the good first issue Good for newcomers label Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Status: Backlog
Development

No branches or pull requests

2 participants