Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: datetime on items #393

Open
2 tasks
nelsonic opened this issue Jul 17, 2023 · 0 comments
Open
2 tasks

Feat: datetime on items #393

nelsonic opened this issue Jul 17, 2023 · 0 comments
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

Comments

@nelsonic
Copy link
Member

As noted by @panoramix360 in #140 (comment) 馃挰
at present the default view of all items has very little insight/info on it:

image

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

  • Determine which dates are relevant to display. e.g: created_at, last_updated, last_timer_stop
    Pseudo logic: if the item has never been worked on then display the created_at with <label>: "Created:"
    if the item.text or tags were updated then show the updated_at date with the <label>: "Last updated:"
    finally if the item has a timer associated show the last timer.stop date+time with <label>: "Last worked on:"
  • Decide where in the layout it makes sense to display date + time info.
@nelsonic nelsonic added enhancement New feature or enhancement of existing functionality help wanted If you can help make progress with this issue, please comment! T4h Time Estimate 4 Hours user-feedback Feedback from people using the App discuss Share your constructive thoughts on how to make progress with this issue elixir Pull requests that update Elixir code needs-design A feature idea that needs some interface design in order to be discussed/built. labels Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
Status: No status
Development

No branches or pull requests

1 participant