Feat: datetime
on items
#393
Labels
discuss
Share your constructive thoughts on how to make progress with this issue
elixir
Pull requests that update Elixir code
enhancement
New feature or enhancement of existing functionality
help wanted
If you can help make progress with this issue, please comment!
needs-design
A feature idea that needs some interface design in order to be discussed/built.
T4h
Time Estimate 4 Hours
user-feedback
Feedback from people using the App
As noted by @panoramix360 in #140 (comment) 💬
at present the
default
view of allitems
has very little insight/info on it:This has been a deliberate choice to keep the interface decluttered.
However there is a lot of info/insight that could surface for people just by showing the
date
.Todo
dates
are relevant to display. e.g:created_at
,last_updated
,last_timer_stop
Pseudo logic:
if
theitem
has never been worked onthen
display thecreated_at
with<label>
: "Created:"if
theitem.text
ortags
were updatedthen
show theupdated_at
date with the<label>
: "Last updated:"finally
if
theitem
has atimer
associated show the lasttimer.stop
date+time with<label>
: "Last worked on:"date + time
info.The text was updated successfully, but these errors were encountered: