{"id":19963228,"url":"https://github.com/bilbottom/daily-tracker","last_synced_at":"2025-03-01T16:44:16.462Z","repository":{"id":65414748,"uuid":"591908421","full_name":"Bilbottom/daily-tracker","owner":"Bilbottom","description":"An application for keeping track of tasks throughout the day.","archived":false,"fork":false,"pushed_at":"2025-01-06T21:32:11.000Z","size":955,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-06T22:30:54.943Z","etag":null,"topics":["python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bilbottom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-22T10:03:58.000Z","updated_at":"2024-11-23T07:24:10.000Z","dependencies_parsed_at":"2023-10-21T10:48:25.529Z","dependency_job_id":"124bd58e-6b86-41b6-b828-cccb630667f4","html_url":"https://github.com/Bilbottom/daily-tracker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bilbottom%2Fdaily-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bilbottom%2Fdaily-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bilbottom%2Fdaily-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bilbottom%2Fdaily-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bilbottom","download_url":"https://codeload.github.com/Bilbottom/daily-tracker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241396754,"owners_count":19956405,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["python"],"created_at":"2024-11-13T02:15:11.127Z","updated_at":"2025-03-01T16:44:16.440Z","avatar_url":"https://github.com/Bilbottom.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n[![Python](https://img.shields.io/badge/Python-3.11-blue.svg)](https://www.python.org/downloads/release/python-3110/)\n[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)\n[![tests](https://github.com/Bilbottom/daily-tracker/actions/workflows/tests.yaml/badge.svg)](https://github.com/Bilbottom/daily-tracker/actions/workflows/tests.yaml)\n[![coverage](coverage.svg)](https://github.com/dbrgn/coverage-badge)\n[![GitHub last commit](https://img.shields.io/github/last-commit/Bilbottom/daily-tracker)](https://shields.io/)\n\n[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/Bilbottom/daily-tracker/main.svg)](https://results.pre-commit.ci/latest/github/Bilbottom/daily-tracker/main)\n[![Sourcery](https://img.shields.io/badge/Sourcery-enabled-brightgreen)](https://sourcery.ai)\n\n\u003c/div\u003e\n\n---\n\n# Daily Tracker ⏱️📝\n\nAn application for keeping track of tasks throughout the day.\n\nNot sure where all your time goes? I wasn't either 😄 This application generates a pop-up box every 15 minutes (configurable) to fill out what you're currently working on.\n\n\u003e This is a work in progress. I'm currently using it to track my time, but it's not yet ready for public consumption.\n\n## ✨ Features\n\nThe GUI is currently built with [Tkinter](https://docs.python.org/3/library/tkinter.html) and looks like:\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"tracker-form-tkinter.png\" width=350 alt=\"tkinter-form\" /\u003e\n\u003c/div\u003e\n\nThis pop-up box has the following features:\n\n- Drop-down box to select from recent projects\n- Drop-down box to select the selected project's recent details\n- By default, autopopulates the project and details from the previous entry\n- Has a Streamlit front-end for viewing and editing the data\n- Integrates with [Outlook \u003cimg alt=\"Microsoft Outlook\" height=\"14px\" src=\"https://outlook.live.com/favicon.ico\"/\u003e](https://outlook.live.com/owa/) (macOS and Windows)\n  - Reads the calendar and autofills with meeting information\n- Integrates with [Jira \u003cimg alt=\"Jira Software\" height=\"12px\" src=\"https://example.atlassian.net/favicon.ico\"\u003e](https://www.atlassian.com/software/jira)\n  - Reads tickets in the current sprint and adds them to the project drop-down\n  - Adds a worklog to the ticket when the form is submitted\n- Integrates with [Slack \u003cimg alt=\"Slack\" height=\"12px\" src=\"https://slack.com/favicon.ico\"/\u003e](https://slack.com/)\n  - Posts a message to channel when the form is submitted\n\n```mermaid\nflowchart LR\n    DatabaseInput[Database] --\u003e|Recent entries| Form\n    JiraInput[Jira] --\u003e|Current sprint| Form\n    OutlookInput[Outlook] --\u003e|Calendar| Form\n    Form --\u003e|Save entries| DatabaseOutput[Database]\n    Form --\u003e|Add worklog| JiraOutput[Jira]\n    Form --\u003e|Post message| SlackOutput[Slack]\n```\n\n## 🔧 Resources and dependencies\n\nThe clock icon is from [icons8.com](https://icons8.com/):\n\n- https://icons8.com/icon/2YPST59G2xJZ/clock\n\n### 🍎 On macOS\n\nOn macOS, you will probably need to install the Tcl/Tk framework:\n\n```bash\nbrew install tcl-tk\n```\n\nThis has been tested and confirmed to work on an M1 Mac with version `8.6.13` of the `tcl-tk` package, running Python `3.11.4` (installed using [pyenv](https://github.com/pyenv/pyenv)).\n\nMore details available at:\n\n- https://tkdocs.com/tutorial/install.html#install-macos\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbilbottom%2Fdaily-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbilbottom%2Fdaily-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbilbottom%2Fdaily-tracker/lists"}