{"id":15059846,"url":"https://github.com/fangjin98/daydayup","last_synced_at":"2025-05-09T00:45:25.288Z","repository":{"id":162780795,"uuid":"612944908","full_name":"Fangjin98/daydayup","owner":"Fangjin98","description":"A Light-weight todo manager with time estimation tracking.","archived":false,"fork":false,"pushed_at":"2023-07-18T10:51:38.000Z","size":7848,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-09T00:45:22.392Z","etag":null,"topics":["csharp","desktop-app","todo-app","todo-list","windows11","winui","winui3"],"latest_commit_sha":null,"homepage":"","language":"C#","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/Fangjin98.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-12T13:05:58.000Z","updated_at":"2025-01-05T09:15:23.000Z","dependencies_parsed_at":"2024-06-16T00:47:14.503Z","dependency_job_id":null,"html_url":"https://github.com/Fangjin98/daydayup","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/Fangjin98%2Fdaydayup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fangjin98%2Fdaydayup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fangjin98%2Fdaydayup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fangjin98%2Fdaydayup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fangjin98","download_url":"https://codeload.github.com/Fangjin98/daydayup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253171214,"owners_count":21865282,"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":["csharp","desktop-app","todo-app","todo-list","windows11","winui","winui3"],"created_at":"2024-09-24T22:48:49.599Z","updated_at":"2025-05-09T00:45:25.259Z","avatar_url":"https://github.com/Fangjin98.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"#\"\u003e\n  \u003c/a\u003e\n  \u003cimg width=\"64\" src=\"/images/logo.png\"\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e\n  DayDayUp\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  A Light-weight todo manager with time estimation tracking.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"/images/homepage.png\"\u003e\n\u003c/p\u003e\n\n## Introduction\n\nTime estimation is a key need for todo management. DayDayUp helps you to better estimate the completion time of todos via evidence-based scheduling (EBS).\n\n## Background\n\n### What is the EBS?\n\n[EBS](https://fogbugz.com/Evidence-Based-Scheduling/#:~:text=Evidence%20Based%20Scheduling%20or%20EBS%20is%20a%20statistical,the%20probability%20that%20your%20project%20will%20be%20completed) is a statistical algorithm that produces ship date probability distributions. It gathers evidence, mostly from historical timesheet data and provides accurate schedules. \n\nEBS produces a probability distribution curve, so that you know for any given date, the probability that your project will be completed.\n\n### How the EBS works?\n\nIn DayDayUp, each todo has three attributes:\n\n1. _real duration_ : record by DayDayUp, after users finish a todo.\n2. _estimated duration_: **set by users** when (after) a todo is created. It means that, this todo is supposed to take _estimated duration_ mins to finish.\n3. _predicted duration_: calculate by DayDayUp as the results of the EBS. It is a set of values, representing the bias of _estimated duration_ under different probabilities.\n\nAfter one todo is created, users can set the _estimated duration_.\n\nFor each unfinished todo, DayDayUp adopts Monte Carlo Method to calculate _predicted durations_, based on the bias of _real durations_ and _estimated durations_ of finished todos.\n\n## Install\n\n### Building from source\n\nMake sure you have installed:\n\n- Git\n- [Visual Studio 2022](https://visualstudio.microsoft.com/zh-hans/vs/), community edition works.\n\nClone the repository with `git clone https://github.com/Fangjin98/daydayup-winui3`\n\nOpen `src/daydayup-winui3.sln` and hit F5 to compile and run.\n\n## Screenshots\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"/images/screenshot_1.png\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"/images/screenshot_2.png\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"/images/screenshot_3.png\"\u003e\n\u003c/p\u003e\n\n## Roadmap\n\nStatus |          Features     |  Memo  |\n--        |  ------------------------ |   -----  |\n✅| _Create Todos_ | Set estimated duration of todos|\n✅| _Start \u0026 Pause Todos_ | Switch status of todos|\n✅| _Per-todo Informations_ | Estimated duration, Prediction durations and Current duration|\n✅| _Multi-language Support_ | |\n🔁|_Data Export_| |\n🔲|_Multi-device Synchronization_| |\n🔲|_Category_|Todos can be assigned to different categories|\n🔲|_Dashboard_|Statistics summary|\n🔲| _CLI Support_ | |\n\n✅ Supported | 🔁 In progress | 🔲 Not started\n\n## Acknowledgments\n\n- [.NET Community Toolkit](https://github.com/CommunityToolkit/MVVM-Samples)\n- [WinUIEx](https://github.com/dotMorten/WinUIEx)\n- [SettingsUI](https://github.com/WinUICommunity/SettingsUI)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffangjin98%2Fdaydayup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffangjin98%2Fdaydayup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffangjin98%2Fdaydayup/lists"}