eld120 / cs50_commerce

cleaning up cs50w repo
MIT License
0 stars 0 forks source link

Listing Countdown timer #30

Closed eld120 closed 2 years ago

eld120 commented 2 years ago

Problem Statement As an end user I should be able to tell from the listing detail page when the auction is going to end.

Proposed Solution Implement a timedelta in django and decrement the timedelta in JS on the front end. (I think)

eld120 commented 2 years ago

Leaving open to clean up the UX.