johannesjo / super-productivity

Super Productivity is an advanced todo list app with integrated Timeboxing and time tracking capabilities. It also comes with integrations for Jira, Gitlab, GitHub and Open Project.
http://super-productivity.com
MIT License
10.28k stars 833 forks source link

Program Confused Task Title with Estimated Time #3360

Closed FlysonBot closed 2 weeks ago

FlysonBot commented 2 weeks ago

Your Environment

Current Behavior

When creating task with the following name, they became: "Exercise 1D", "Exercise 999D", "Exercise 1DDDDD", "Exercise 1d", "Exercise 1H", "Exercise 1h", "Exercise 1M", "Exercise 1m", "Exercise 1S", etc, they became just "Exercise". The program confused task title with the estimated time.

Expected Behavior

The task should create normally.

Suggested Change

One or more of the following:

  1. Don't recognize upper case "D", "H", "M", "S" as estimated time.
  2. Set up a character that user can add to the end to tell the program it is not an estimated time, and prompt user this during the first time they used estimating time.
github-actions[bot] commented 2 weeks ago

Thank you very much for opening up this issue! I am currently a bit overwhelmed by the many requests that arrive each week, so please forgive me, if I fail to respond personally. I am still very likely to at least skim read your request and I'll probably try to fix all (real) bugs if possible and I will likely review every single PR being made (please, give me a heads up if you intent to do so) and I will try to work on popular requests (please upvote via thumbs up on the original issue) whenever possible, but trying to respond to every single issue over the last years has been kind of draining and I need to adjust my approach for this project to remain fun for me and to make any progress with actually coding new stuff. Thanks for your understanding!

johannesjo commented 2 weeks ago

Thank you! This will be fixed with the next release!