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

✨Is it possible to set an end date for a task? #119

Closed
pinetreemoonlight opened this issue Jun 3, 2024 · 2 comments
Closed

✨Is it possible to set an end date for a task? #119

pinetreemoonlight opened this issue Jun 3, 2024 · 2 comments

Comments

@pinetreemoonlight
Copy link

pinetreemoonlight commented Jun 3, 2024

🔖 Feature description

Being able to set an end date for a task, such as

- [ ] 12pm-1pm Walking

✔️ Solution

In my use case, currently tasks just expand until the next task. So when I have Walking at 12pm and Reading at 4pm, walking will be scheduled from 12-4pm. Instead, I would like to be able to have some unscheduled time (i.e. the time between 1pm and 4pm)

❓ Alternatives

No response

📝 Additional Context

No response

@pinetreemoonlight
Copy link
Author

pinetreemoonlight commented Jun 3, 2024

To clarify, this is to have start and end times in the timeline view.

I resorted to use the BREAK tag generously, but I think an end time option would be cleaner, because now my to do list looks something like:

- [ ] 06:30 deep work (2hrs)
- [ ] 08:30 short break
- [ ] 09:00 idle
- [ ] 10:15 walking & lunch
- [ ] 12:30 idle

@ebullient
Copy link
Owner

ebullient commented Jun 3, 2024

Not really. This is not a todo list. It is a loose timebox/schedule.

If you want unscheduled time, create an empty block for it.

My own schedule looks something like this (where I try to plan out what I want to use those blocks for). I also have some automation/scripts that help me bring the calendar events for the day into this schedule.

- [ ] 09:00 Start : GH Notifications / Email
- [ ] 09:45 BREAK / chat
- [ ] 10:00 Start : 
- [ ] 10:45 BREAK / ...
- [ ] 11:00 Start : 
- [ ] 11:45 Lunch

At the end of the day, I use the regex pipeline plugin to clean up unchanged lines and only keep interesting items.

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

2 participants