BerkeleyBlockchain / auction-platform

A smartcontract Dapp with a web based UI that keeps track of contract data by adding it into blocks to be mined on a test network.
21 stars 14 forks source link

Reactify Contract/Bid Table to Prevent Page Refresh #7

Closed amousa11 closed 7 years ago

amousa11 commented 7 years ago

If the page refreshes the user has to login to uPort again which is a terrible UX. Reactifying the bid and contract tables will allow us to update the tables without a refresh. Consider a time interval for the table to pull from the smart contract (5 seconds?) and update its data.

amousa11 commented 7 years ago

Finished in #8