-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
Filtering by Due date #526
Comments
@visvital thank you for this exemplary feature request ❤️ Implementation wise this is going to be quite a tricky one, but I'm glad to add it to the backlog. I think I remember there used to a similar feature request at some point. If I find it and if it is still open I will merge it with this one here. FYI the latest developer preview (https://github.com/ransome1/sleek/releases/tag/v2.0.0-dev9) does offer a more detailed filtering. All dates can now be used for filtering the list. But from here to your proposal is still a long way. Be warned, it is a complete rewrite and not yet finished, many things are still missing. |
Thank you very much for the detailed response. I will make sure to check out the preview build! :) |
@ransome1, I checked out the dev builds, and the filter appears to be okay for my use cases, especially assuming we can always sort by the due date :)
Could you please also let us know where the findings of the dev builds could be reported to? (I'm missing the ability to zoom out in the interface a lot :)) Thank you very much! |
@visvital it'd be best to check the current project kanban, if the missing features appear here in the backlog: https://github.com/users/ransome1/projects/3 For any new feature request either start working on it yourself or create an issue. |
I would be glad to help to work on the issues, but, unfortunately, I don't have a proper skill set for programming at the large scale (more than just scripts :|) Thank you very much, I will go ahead and review the board. |
@visvital technically all the requirements of your feature request should be achievable with how the Feel free to text it out (https://github.com/ransome1/sleek/releases/tag/v2.0.7-rc.4) and join the discussion to shape that feature. |
Feature Request
Description:
As a user,
I want to filter my tasks by due date,
So that I could see the tasks which are:
and plan my work accordingly.
Use Case:
The scenario is pretty basic, the current set of filters on the tab allows for a pretty limited set of conditions (Priority, Context, Project). The user needs to be able to see the "due"'s they have on a particular timeline so that the work could be planned accordingly (regardless of priority). I might have (B) task, which is due Today, for example.
Implementation Details:
Additional Context:
N/A
Important Note:
N/A
The text was updated successfully, but these errors were encountered: