Skip to content

[feature request]: add categories for pomodoro #720

@wennerryle

Description

@wennerryle

Is your feature request related to a problem? Please describe.
Hello! I'm a developer, and I get paid by period of time spended on task.
The problem is that I have different projects, and they paid seperately.

Describe the solution you'd like
I'd like to see that the app have categories, and iternal database (for example - sqlite) for saving pomodoras with timers.
Then I wanna have ability to import table through CSV, JSON / NDJSON format, "SQLite format 3" without WAL (or do "PRAGMA wal_checkpoint" before import)

OR

Have hooks to extend your app with different one. After pomodoro is over your app calling user defined shell command with predefined by pomatez syntax.
For example:

# for work period
pomatezHandler work 50m

# for break period
pomatezHandler break 10m

Describe alternatives you've considered
Currently I saving notes to Pocketbase, I created two tables:

  • Categories (id, name)
  • Pomodoros (id, category_id, minutes, description)

And saving pomodoras manually.

Additional context

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    Enhancements

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions