benlk / harvey-senior-homes

A dashboard for assisted living, retirement, and senior communities in the path of Hurricane Harvey (2017)
http://f.benlk.com/harvey-senior-homes/
MIT License
1 stars 1 forks source link

Need a better date presentation. #14

Open benlk opened 7 years ago

benlk commented 7 years ago

Storing dates as 2017-08-27 1210 is great for sorting, but to parse that into human-readable text would be nice. "Sunday" and "12:10".

Probably best implemented as a Jinja text filter, saved in helpers.py and added to the list of filters in app.py, and then added to templates/_table.html and templates/location.html