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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

time tracking #18

Open
niblyx-malnus opened this issue Apr 20, 2023 · 1 comment
Open

time tracking #18

niblyx-malnus opened this issue Apr 20, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@niblyx-malnus
Copy link
Owner

niblyx-malnus commented Apr 20, 2023

some pseudo-Hoon:

in /sur/goal/hoon

track=[active=? default=? =act-log]
:: auto -> was this directly initiated by the user or by 
::         an implicit change in bounds or preceding incomplete goals?
:: blocked -> are there preceding incomplete goals?
::
+$  moment  (unit @da)
+$  act-state
  [=time to=? auto=? blocked=? left-bound=moment ryte-bound=moment]
+$  act-log  (list act-state)

in /lib/gol-cli/inflater/hoon

^-  act-state
?:  &((incomplete id) (all-complete-left id) (is-in now.bowl [left-bound ryte-bound]))
  [now.bowl default & (all-complete-left id) left-bound ryte-bound]
[now.bowl | & (all-complete-left-id) left-bound ryte-bound]
@niblyx-malnus niblyx-malnus added the enhancement New feature or request label Apr 20, 2023
@niblyx-malnus
Copy link
Owner Author

also going to require behn timers for when deadlines happen...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant