{"id":20683265,"url":"https://github.com/danobot/gitlab_task_manager","last_synced_at":"2025-10-06T00:08:45.081Z","repository":{"id":37193844,"uuid":"242258585","full_name":"danobot/gitlab_task_manager","owner":"danobot","description":"Microsoft Todo inspired task manager leveraging Gitlab's Issue Tracker as the backend","archived":false,"fork":false,"pushed_at":"2023-01-05T07:58:51.000Z","size":6431,"stargazers_count":26,"open_issues_count":31,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-22T12:28:03.667Z","etag":null,"topics":["desktop","docker","electron-app","gitlab","issue-tracker","microsoft-todo","mobile","react","task-manager","todo"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/danobot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"contributing.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-22T01:08:45.000Z","updated_at":"2024-12-21T20:22:18.000Z","dependencies_parsed_at":"2023-02-03T19:30:40.187Z","dependency_job_id":null,"html_url":"https://github.com/danobot/gitlab_task_manager","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danobot/gitlab_task_manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danobot%2Fgitlab_task_manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danobot%2Fgitlab_task_manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danobot%2Fgitlab_task_manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danobot%2Fgitlab_task_manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danobot","download_url":"https://codeload.github.com/danobot/gitlab_task_manager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danobot%2Fgitlab_task_manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278537805,"owners_count":26003254,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"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":["desktop","docker","electron-app","gitlab","issue-tracker","microsoft-todo","mobile","react","task-manager","todo"],"created_at":"2024-11-16T22:16:06.184Z","updated_at":"2025-10-06T00:08:45.066Z","avatar_url":"https://github.com/danobot.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/danobot/gitlab_task_manager\"\u003e\n    \u003cimg src=\"img/main_window.png\" alt=\"GTM Main Window\" width=\"93%\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003ch4 align=\"center\"\u003e\n  Elegant Microsoft To-Do inspired desktop and web app leveraging Gitlab's Issue Tracker in the backend\n\u003c/h4\u003e\n\n\nGitlab Task Manager is a task manager application which hooks into Gitlab's Issue Tracker as the backend. Simply create a project on `gitlab.com` or your personal Gitlab instance, generate an API token and you are ready to start using GTM.\n## Features\n\n* Uses Gitlab labels to manage task lists\n* Add tasks to \"My Day\"\n* Star tasks to mark them as important\n* Clear all completed tasks\n* Leave comments on tasks that appear as comments in Gitlab\n* Create new task lists from the app\n* Assign task labels using hashtags (e.g. \"Get Milk #shopping\" )\n* View all issues with a particular label by clicking on the label itself\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/danobot/gitlab_task_manager\"\u003e\n    \u003cimg src=\"img/sidebar.png\" alt=\"GTM Main Window\" width=\"93%\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n## Motivation\nAs I work on many hobby projects at the same time, I felt the need to add comments to a task as a place to note down decisions, research and root cause analysis findings. I really liked the look and feel of Microsoft Todo and the functionality of Gitlab's issue tracker and wanted to combine them into one easy-to-use tool.\n\n## Implementation\nThis application was bootstrapped using Create React App and is distributed as a Docker web application as well as an Electron Desktop App.\n\n\n## Getting Started\nCopy `src/config.sample.js` to `src/config.js` and modify the Gitlab values.\n\n```bash\nyarn\nyarn start\n```\n\n## Available Yarn/NPM Scripts\n\nIn the project directory, you can run:\n\n* Run for development `yarn dev`\n* Build the electron app `yarn dist`  (If this fails, run `npm install` first.)\n* Build and publish Electron App `yarn dist`\n* Run Electron build on Linux using Docker `bash dist.sh`\n* Build docker image  `yarn docker-build`\n\n## Docker Deployment\nYou can deploy the webapplication using docker for use on mobile. Rename `docker-compose.sample.yaml` to `docker-compose.yaml`.\n\n```\ndocker-compose up -d\n```\nThis will build the image and deploy.\n\n## Development\n\n`yarn start` Runs the app in the development mode. Open [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\u003cbr /\u003e\nYou will also see any lint errors in the console.\n\n## Contributing\n\nSee [contributing.md](contributing.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanobot%2Fgitlab_task_manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanobot%2Fgitlab_task_manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanobot%2Fgitlab_task_manager/lists"}