{"id":13342164,"url":"https://github.com/Fangjin98/daydayup-uwp","last_synced_at":"2025-03-12T00:31:03.239Z","repository":{"id":43491928,"uuid":"484790871","full_name":"Fangjin98/daydayup-uwp","owner":"Fangjin98","description":"A Light-weight Todo Manager with Time Estimation Tracking.","archived":false,"fork":false,"pushed_at":"2023-03-14T04:23:35.000Z","size":3085,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-01T21:25:44.245Z","etag":null,"topics":["csharp","uwp","uwp-app","win11","winui"],"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":"2022-04-23T15:53:29.000Z","updated_at":"2024-05-15T16:38:19.000Z","dependencies_parsed_at":"2024-10-24T03:53:36.425Z","dependency_job_id":"96e6b82b-9335-4bae-a837-b39a3a7cc338","html_url":"https://github.com/Fangjin98/daydayup-uwp","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fangjin98%2Fdaydayup-uwp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fangjin98%2Fdaydayup-uwp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fangjin98%2Fdaydayup-uwp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fangjin98%2Fdaydayup-uwp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fangjin98","download_url":"https://codeload.github.com/Fangjin98/daydayup-uwp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243136265,"owners_count":20241987,"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","uwp","uwp-app","win11","winui"],"created_at":"2024-07-29T19:28:08.224Z","updated_at":"2025-03-12T00:31:02.322Z","avatar_url":"https://github.com/Fangjin98.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e ***This project has been migrated to [WinUI 3 implementation](https://github.com/Fangjin98/daydayup-winui3).*** \n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#\"\u003e\n    \n  \u003c/a\u003e\n  \u003cimg width=\"32\" src=\"/assets/logo/300x300.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  \u003ca style=\"text-decoration:none\" href=\"https://svgshare.com/i/ZhY.svg\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://svgshare.com/i/ZhY.svg\"/\u003e\n  \u003c/a\u003e\n  \u003cimg src=\"https://visitor-badge.glitch.me/badge?page_id=Fangjin98.DayDayUp\u0026right_color=red\" alt=\"visitor badge\"/\u003e\n  \u003ca href=\"https://dev.azure.com/fangjin98/DayDayUp/_build/latest?definitionId=2\u0026amp;branchName=master\"\u003e\u003cimg src=\"https://dev.azure.com/fangjin98/DayDayUp/_apis/build/status/Fangjin98.DayDayUp?branchName=master\" alt=\"Build Status\"\u003e\u003c/a\u003e\n\n  \u003cimg src=\"/assets/screenshots/1.png\"\u003e\n\u003c/p\u003e\n\n## Introduction\n\nTime estimation is a key need for todo management. We help you to better estimate the completion time of todos via evidence-based scheduling ([EBS](https://fogbugz.com/Evidence-Based-Scheduling/#:~:text=Evidence%20Based%20Scheduling%20or%20EBS%20is%20a%20statistical,the%20probability%20that%20your%20project%20will%20be%20completed)).\n\n### What is the EBS?\n\n\u003e Evidence Based Scheduling or EBS is a statistical algorithm that produces ship date probability distributions. It gathers evidence, mostly from historical timesheet data and provides accurate schedules. EBS 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 related to EBS:\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## Building from source\n\n### 1. Prerequisties\n\n- Git\n- [Visual Studio 2022](https://visualstudio.microsoft.com/zh-hans/vs/), community edition works.\n\n### 2. Clone the repository\n\n `git clone https://github.com/Fangjin98/DayDayUp.git`\n\n### 3. Build the project\n\nOpen `src/DayDayUp.sln` and hit F5 to compile and run.\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- [Windows Community Toolkit](https://github.com/CommunityToolkit/MVVM-Samples)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFangjin98%2Fdaydayup-uwp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FFangjin98%2Fdaydayup-uwp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FFangjin98%2Fdaydayup-uwp/lists"}