{"id":18576317,"url":"https://github.com/d4vidsha/scheduler","last_synced_at":"2025-09-10T03:43:11.769Z","repository":{"id":245521393,"uuid":"818549721","full_name":"d4vidsha/scheduler","owner":"d4vidsha","description":"Automatically schedule tasks and see it in a calendar view.","archived":false,"fork":false,"pushed_at":"2024-10-23T04:12:00.000Z","size":2249,"stargazers_count":20,"open_issues_count":16,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-23T08:56:03.574Z","etag":null,"topics":["docker","fastapi","openapi","postgresql","python","react","sqlmodel","swagger","tailwindcss","tanstack-query","tanstack-router","traefik","typescript"],"latest_commit_sha":null,"homepage":"https://staging-scheduler.davidsha.me","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/d4vidsha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["d4vidsha"]}},"created_at":"2024-06-22T06:28:18.000Z","updated_at":"2024-10-23T01:29:41.000Z","dependencies_parsed_at":"2024-08-01T13:05:18.757Z","dependency_job_id":"e05cfd19-b48c-48f2-a8d4-a4ac54651f0a","html_url":"https://github.com/d4vidsha/scheduler","commit_stats":null,"previous_names":["d4vidsha/scheduler"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d4vidsha%2Fscheduler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d4vidsha%2Fscheduler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d4vidsha%2Fscheduler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d4vidsha%2Fscheduler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d4vidsha","download_url":"https://codeload.github.com/d4vidsha/scheduler/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248185358,"owners_count":21061502,"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":["docker","fastapi","openapi","postgresql","python","react","sqlmodel","swagger","tailwindcss","tanstack-query","tanstack-router","traefik","typescript"],"created_at":"2024-11-06T23:24:29.340Z","updated_at":"2025-04-10T08:31:11.900Z","avatar_url":"https://github.com/d4vidsha.png","language":"TypeScript","funding_links":["https://github.com/sponsors/d4vidsha"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cbr/\u003e\n\u003ca href=\"https://github.com/d4vidsha/scheduler/actions?query=workflow%3ATest\" target=\"_blank\"\u003e\u003cimg src=\"https://github.com/d4vidsha/scheduler/actions/workflows/test-backend.yml/badge.svg\" alt=\"Test backend\"\u003e\u003c/a\u003e\n\u003ca href=\"https://coverage-badge.samuelcolvin.workers.dev/redirect/d4vidsha/scheduler\" target=\"_blank\"\u003e\u003cimg src=\"https://coverage-badge.samuelcolvin.workers.dev/d4vidsha/scheduler.svg\" alt=\"Coverage\"\u003e\u003c/a\u003e\n\u003cbr/\u003e\n\u003cbr/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"frontend/public/assets/images/calendar-icon.svg\" width=\"200\" title=\"Scheduler\"\u003e\n\u003c/p\u003e\n\u003ch3 align=\"center\"\u003eAutomatically schedule tasks and see it in a calendar view\u003c/h3\u003e\n\n# Scheduler\n\nAll existing solutions to task management have some calendar-to-task separation which makes it difficult to see what tasks can be accomplished in a given day or week. This app aims to solve this problem by automatically scheduling tasks right into your calendar.\n\n- [Scheduler](#scheduler)\n  - [Demo](#demo)\n    - [Login credentials](#login-credentials)\n  - [Repository Activity](#repository-activity)\n  - [Star History](#star-history)\n  - [Contributing](#contributing)\n\n## Demo\n\nThe **latest changes** from the main branch are deployed at \u003chttps://staging-scheduler.davidsha.me\u003e.\n\n### Login credentials\n\n| Email            | Password |\n| ---------------- | -------- |\n| demo@example.com | demodemo |\n\n## Repository Activity\n\n![Activity](https://repobeats.axiom.co/api/embed/63869a0e9316248344d686397f2260c3740a3ffe.svg \"Repobeats analytics image\")\n\n## Star History\n\n\u003ca href=\"https://star-history.com/#d4vidsha/scheduler\u0026Date\"\u003e\n \u003cpicture\u003e\n   \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://api.star-history.com/svg?repos=d4vidsha/scheduler\u0026type=Date\u0026theme=dark\" /\u003e\n   \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://api.star-history.com/svg?repos=d4vidsha/scheduler\u0026type=Date\" /\u003e\n   \u003cimg alt=\"Star History Chart\" src=\"https://api.star-history.com/svg?repos=d4vidsha/scheduler\u0026type=Date\" /\u003e\n \u003c/picture\u003e\n\u003c/a\u003e\n\n## Contributing\n\nPlease read the [CONTRIBUTING.md](CONTRIBUTING.md) guide.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd4vidsha%2Fscheduler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd4vidsha%2Fscheduler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd4vidsha%2Fscheduler/lists"}