alexdewar / clockify-tui

An unofficial terminal UI for the Clockify time-tracking app.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Display a list of previous tasks in the UI #9

Open alexdewar opened 1 week ago

alexdewar commented 1 week ago

There are two steps to this:

  1. Obtain the list of previous tasks and the times/dates the user was engaged in them
  2. Display these in a sensible way in the UI

If you just want to make a start on the UI side, let me know and I'll create a separate issue for it. You could just use dummy data to begin with.