UniversityDAO / udao

The official UniversityDAO DApp repository.
GNU Lesser General Public License v2.1
4 stars 4 forks source link

Timer display #60

Open cartercameron1 opened 2 years ago

cartercameron1 commented 2 years ago

How are we going to display the time left until a proposal ends. The easiest way I see to is a block clock. We will display the ending block on the proposal, and have a counter displaying the current block somewhere near. The alternative would estimating block times and converting.

Block Clock

Pros: -Easy to implement -more precise -no need to convert time zones

Cons: -harder to know the end date -not as visually appalling

I suggest we start with a block clock. At a later period in time, if we decide to switch methods we can implement and alternative solution.

What does everybody think about a block clock.