Context: On the stake purchase modal, beneath the input box there is a price per unit section. This is inaccurate right now because it provides the subtotal of all the stake being purchased rather than the average cost of all the units.
Goal: fix this so the price per unit is accurately displayed. The formula should be
(total cost - fees)/ number of stake being purchased
User story: As a user buying stake, I want to see the total cost, fees, and price per unit of stake that I am buying in my given transaction.
Design, how important is this fix? It's currently targeted for much later in the quarter, but if it's something crucial we can likely jump it in the queue @jabell88, Jessica
Description
Context: On the stake purchase modal, beneath the input box there is a price per unit section. This is inaccurate right now because it provides the subtotal of all the stake being purchased rather than the average cost of all the units.
Goal: fix this so the price per unit is accurately displayed. The formula should be (total cost - fees)/ number of stake being purchased
User story: As a user buying stake, I want to see the total cost, fees, and price per unit of stake that I am buying in my given transaction.
Project Owner
Engineering Requirements
Acceptance Criteria
Additional context