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

Only specify duration for "time coordinate" #4

Open
KronosTheLate opened this issue Jan 19, 2024 · 0 comments
Open

Only specify duration for "time coordinate" #4

KronosTheLate opened this issue Jan 19, 2024 · 0 comments

Comments

@KronosTheLate
Copy link

Currently, the time coordinate is given as (0, 1) for an entry starting at the start and spanning one time-unit.

It would be awesome to get the following functionality:
If the time coordinate is given as a single number, it is taken as a duration. The starting point is determined by the end-point of the previous task. If there is no previous task, the starting point is 0. This allows writing up several tasks that depend on each other faster with less parenthesis and commas, and also allows automatic adjustment if an earlier task is changed/removed.

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

No branches or pull requests

1 participant