You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
No description provided.
The text was updated successfully, but these errors were encountered: