{"id":30013978,"url":"https://github.com/prod455/partidoro","last_synced_at":"2026-04-18T07:32:31.192Z","repository":{"id":300465766,"uuid":"1002981982","full_name":"prod455/partidoro","owner":"prod455","description":"Pomodoro application","archived":false,"fork":false,"pushed_at":"2025-07-22T11:55:15.000Z","size":83,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-05T17:02:13.061Z","etag":null,"topics":["cli","dotnet-core","entity-framework-core","spectre-console","sql-server"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prod455.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-16T12:48:41.000Z","updated_at":"2025-07-22T11:55:19.000Z","dependencies_parsed_at":"2025-07-16T19:57:37.679Z","dependency_job_id":"37f5e72d-944b-414e-9ff8-eb175c9291be","html_url":"https://github.com/prod455/partidoro","commit_stats":null,"previous_names":["prod455/partidoro"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/prod455/partidoro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prod455%2Fpartidoro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prod455%2Fpartidoro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prod455%2Fpartidoro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prod455%2Fpartidoro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prod455","download_url":"https://codeload.github.com/prod455/partidoro/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prod455%2Fpartidoro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31961183,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","dotnet-core","entity-framework-core","spectre-console","sql-server"],"created_at":"2025-08-05T17:01:44.319Z","updated_at":"2026-04-18T07:32:31.176Z","avatar_url":"https://github.com/prod455.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Partidoro\nAchieves more traceability by partitioning pomodoros into tasks and projects. \n## Application\nCore functionalities.\n### Timer\nThere are three available timer modes: Normal, Short Break and Long Break.\n\nWhen a Normal pomodoro is completed, the timer switches to a Short Break pomodoro and after four consecutive Normal pomodoros, it switches to a Long Break pomodoro.\n\nThe timer works by subtracting one second from its current pomodoro's total duration, switching to the next type when the time expires.\n\nThe timer start command can attach a project and task to the created timer record and also update the timer record by its id.\n\nThe timer start command does have a flag for showing a Windows notification when the timer mode switches. \n### Record\nA pomodoro timer record is created after successfully exiting the timer command.\n\nThe record command branch can list and update records.\n\nThe record list command can list records by project and task id.\n### Task\nThe task command branch can add, list and update tasks.\n\nThe task list command can list tasks by project and task id.\n\nThe task add command requires a title argument.\n\nThe task update command requires a id argument.\n\nBoth task add and update commands can attach a created task to an existing project.\n### Project\nThe project command branch can add, list and update projects.\n\nThe project list can list projects by project and task id.\n## Domain\nList of models used.\n### Record\nPomodoro timer record.\n#### Properties\n- Id: generated unique identifier.\n- RecordDate: pomodoro's start date and time.\n- ElapsedTime: pomodoro's elapsed time.\n- TimerMode: pomodoro's timer mode\n### Task\nDescribes pomodoros and estimates a quantity of pomodoros per task.\n#### Properties\n- Id: generated unique identifier.\n- Title: task's title, limited by 50 characters.\n- ActualQuantity: actual quantity of done pomodoros per estimated quantity.\n- EstimatedQuantity: estimated quantity of done pomodoros.\n- Note: task's description, limited by 150 characters.\n### Project\nGroup of tasks, separates tasks concerns.\n#### Properties\n- Id: generated unique identifier.\n- Name: project's name, limited by 50 characters.\n- Description: project's description, limited by 150 characters.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprod455%2Fpartidoro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprod455%2Fpartidoro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprod455%2Fpartidoro/lists"}