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

[FE] Landing Page #832

Open
gabitoesmiapodo opened this issue Feb 3, 2021 · 1 comment
Open

[FE] Landing Page #832

gabitoesmiapodo opened this issue Feb 3, 2021 · 1 comment

Comments

@gabitoesmiapodo
Copy link
Contributor

No description provided.

@hpmaxi
Copy link
Contributor

hpmaxi commented Feb 4, 2021

  • We should save data to gather stats later about past tx. This is needed for plotting the curve of tx in the last week/period.
  • Total Conditions / Total Positions. This should be available in the graph and can be used also for pagination.
  • Locked / Redeemed (Totals), not every token count as one dollar. For this logic, we should fetch some pricing data, and have available the collateralToken that is counting for the locked/redeemed amount to multiply together before make the reduce/sum. The pricing part is dynamic but could be cached or requested only at the start of the view.
  • Conditions used in split (don't matter the depth) should count for the locked amount. locked { 0xSomeCondition: { 0xdai: { amount: ...} or in the same object marking a disjuntive pair of flags locked: true, redeemed: false | locked: false, redeemed: true.
  • Timezone for conditions_createdAt fields, this is an opportunity to check a related issue in filtering by date. They are normalized using moment at this point.
  • What we should show if a condition doesn't have a related question. Nothing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants