vmiklos / plees-tracker

Plees Tracker is a simple sleep tracker for your Android phone.
https://vmiklos.hu/plees-tracker/
MIT License
149 stars 38 forks source link

Manual time addition is not intuitive. #467

Open RokeJulianLockhart opened 2 weeks ago

RokeJulianLockhart commented 2 weeks ago

Expected behavior

A user should be able to add arbitrary sleep time without first recording some time.

https://github.com/vmiklos/plees-tracker/issues/373#issuecomment-1542222426

Actual result

  1. Add some sleep.
  2. Modify that sleep to arbitrary time stamps.
vmiklos commented 2 weeks ago

OK, and what would be the UI for this? A possible version:

  1. New menu item to add a sleep instead of normally tracking the start/end.
  2. That menu item creates the sleep, with its start + end time defaulting to the current time
  3. Ths sleep activity is launched for this just created sleep to edit it.

Would this do what you need?

RokeJulianLockhart commented 2 weeks ago

https://github.com/vmiklos/plees-tracker/issues/467#issuecomment-2091458102

@vmiklos, I believe so.

vmiklos commented 1 week ago

Fine, that makes sense to implement.