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

Displaying todo deadlines as an overlay #887

Open
dmorlitz opened this issue Jul 26, 2022 · 4 comments
Open

Displaying todo deadlines as an overlay #887

dmorlitz opened this issue Jul 26, 2022 · 4 comments

Comments

@dmorlitz
Copy link
Contributor

I have just found the option that allows you to display the recursive amount of time spent on a task as an additional overlay on each header. I would like to add an option to display the DEADLINE of each task on the headline (just so I don't have to either collapse/expand everything)

I was wondering if you thought this would be possible and - if so - then I will take a shot at trying to find the code that would make this work. I just don't want to start working on something that was not even possible.

Just for clarity, I do know about the agenda view. The exact issue that I am trying to address from this UI/UX perspective is to determine the dates of many tasks under a single headline that can span a large amount of time. I believe that adding the DEADLINE as an overlay will let me see the longer plan for each group of tasks in a better way than the agenda view does........and and agenda view does not allow you to immediately edit tasks. I will also be taking a look at saved searches to see if I can replicate the view I am interested in using that tool.

@schoettl
Copy link
Collaborator

It's certainly possible to add such a overlay view to headings. It sounds reasonable. I think it should be an option though, like the time spent on tasks.

Regarding search, see the sample.org, accessible through organice settings.

The time related filters are:

- =scheduled= (shorthand =sched=)
- =deadline= (shorthand =dead=)
- =clock=
- =date=

[…]

@dmorlitz
Copy link
Contributor Author

dmorlitz commented Jul 26, 2022 via email

@dmorlitz
Copy link
Contributor Author

I have created a branch where viewing a deadline is now visible as an overlay - and I have added the setting to the Settings panel to allow you to toggle this on and off.

I was hoping to ask for some help. While the settings screen does persist the variable into the .organice-config.json - it does not appear to load the value back properly.

I think this situation might affect the option that displays the time per headline as well, but I haven't done any testing there.

I was wondering if someone could point me in the direction of what I am missing? My branch is at https://github.com/dmorlitz/organice/tree/deadline-overlay

@dmorlitz
Copy link
Contributor Author

Nevermind - I found the problem

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