bcfoodapp / streetfoodlove

StreetFoodLove capstone project
3 stars 1 forks source link

Show location update date on vendor page #423

Closed MakotoE closed 2 years ago

MakotoE commented 2 years ago

Closes https://github.com/bcfoodapp/streetfoodlove/issues/419.

The LastLocationUpdate value is displayed on the vendor page next to the business address. Also, the value is updated if the vendor changed the location.

czhou578 commented 2 years ago

image Maybe change how this is worded? Maybe just state the year that it was changed.

MakotoE commented 2 years ago

I think you have the default date value of 0 in a record which is why it says 2021 years in the past.

czhou578 commented 2 years ago

What do you mean by "record"?

MakotoE commented 2 years ago

I'm suspecting that you have a Vendor record where the LastLocationUpdate column is 0000-00-00 00:00:00. You should run reset_database.