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

gtimelog mode (set label when stoping a task) #9

Open
Simon-Laux opened this issue Jun 30, 2023 · 1 comment
Open

gtimelog mode (set label when stoping a task) #9

Simon-Laux opened this issue Jun 30, 2023 · 1 comment
Assignees

Comments

@Simon-Laux
Copy link
Contributor

Simon-Laux commented Jun 30, 2023

Some people prefer to set the label of what they did after the fact. so we could add an alternative track page that facilitates this.
You start your next entry, then the latest labels have a stop button and there is an additional special butt or label called "Break", those break entries are not counted to total times, in gtimelog you mark breaks by ** here you would add an extra button for this, maybe also support the ** syntax at the start of a label for convince.

I already added the TaskEntry.is_break for this purpose, task entries that have this set to true should not be counted.
The end entry function also supports it already endEntry(id: string, end = Date.now(), auto = false, is_break = false), though end entry probably also needs a way to replace the label or we edit it immediately after or we add a new status update action type for this mode?

@Simon-Laux
Copy link
Contributor Author

Simon-Laux commented Nov 19, 2023

maybe ask on first open how you want to use it (mention that you can change it later):

  • Mode
    • Type in label when starting a task (default)
    • Type in label when ending a task
  • Import from backup .ttxdc.json

@Simon-Laux Simon-Laux self-assigned this Feb 12, 2024
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

1 participant