(no title)
vincent_build | 1 year ago
- You can create tasks, start a timer, pause it, and stop it. The app calculates the elapsed time between start and stop, minus any pauses, and stores the session of time spent on that task.
- There’s also an inactivity detection feature: if a task is running but there’s no activity for 5 minutes, it automatically pauses.
- You can set dependencies between tasks to ensure that certain tasks are completed in the correct order.
- Once you've completed a task and tracked the time sessions, you can mark it as "done." This moves it to your task history, where you can see the sessions you spent on it, and it also unlocks any dependent tasks.
Let me know if you have more questions !
No comments yet.