-
Notifications
You must be signed in to change notification settings - Fork 198
Description
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 10mDescribe 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

Metadata
Metadata
Assignees
Labels
Type
Projects
Status