QTodoTxt / QTodoTxt

Cross Platform todo.txt GUI
386 stars 93 forks source link

(wishlist) auto-date-setting: allow configuration for work-weeks / omitting weekends #272

Open celmi opened 8 years ago

celmi commented 8 years ago

I'm using qtodotxt for managing my projects at work. For me, "end of week" should be friday (not sunday). It would be cool if I could have a setting sowewhere to omit weekends from these date-setting functionalities (also for example "next workday" instead of tomorrow, etc.)

I agree that this is probably not highest priority, but who knows..?

oroulet commented 8 years ago

Make sense

On Thu, Sep 1, 2016, 08:14 celmi notifications@github.com wrote:

I'm using qtodotxt for managing my projects at work. For me, "end of week" should be friday (not sunday). It would be cool if I could have a setting sowewhere to omit weekends from these date-setting functionalities (also for example "next workday" instead of tomorrow, etc.)

I agree that this is probably not highest priority, but who knows..?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/QTodoTxt/QTodoTxt/issues/272, or mute the thread https://github.com/notifications/unsubscribe-auth/ACcfzgcHK1QMjXEu74RXP4488usy-eRqks5qlm1ggaJpZM4JyWZa .

oroulet commented 7 years ago

https://github.com/QTodoTxt/QTodoTxt/commit/fcbc3e0afc8d98aa19d19348807014d19a4e8e0f

by mistake I commited directly to master.... but at least now we have that possibility

celmi commented 7 years ago

Very cool, thank you very much! I'm looking forward to seeing it in the next stable version because a) I'm not sure how to run beta-versions, and b) at work I should be wise and not change running systems too often ;-)

p.s. In the meantime I got myself set up with learning python at home, but due to little free-time, I'm not sure if I'll ever get to the level of helping with development. It's a start at least. Maybe I'll make my breakthrough at retirement...

topas-rec commented 7 years ago

In the meantime I got myself set up with learning python at home

You could also take a look at the so called Model View Controller pattern. This is a programming pattern and is used in QTodoTxt. Things might be easier to understand when be familiar with it.

oroulet commented 7 years ago

we should do a release very soon. All changes are cosmetic, so there is very little risk for an important error