DeadLineTodo Development Log
2024-12-20 22:56:00
# Projects
Introduction
DeadLineTodo is an app focused on tracking and recording task durations and deadlines. It has been launched on the App Store and recommended by the mergeek.com community.
Feature Overview
The app allows users to add to-dos with deadlines and estimated completion times, visually displaying the relationship between task size and the deadline using progress blocks. Additionally, the app quantifies all tasks, making user actions more visualized.
TODO
- Basic UI Setup ✔️ 2024/1/20
- Basic Functionality Implementation ✔️ 2024/2/10
- Reminder Syncing ✔️ 2024/2/13
- Global Search ✔️ 2024/2/14
- UI Style Enhancement ✔️ 2024/2/17
- Efficiency Score Algorithm Optimization ✔️ 2024/2/17
- User Settings Persistence ✔️ 2024/2/18
- Urgent Reminders ✔️ 2024/2/20
- Task Timer ✔️ 2024/2/24
- Support for Traditional Chinese and English ✔️ 2024/2/25
- Recurring Tasks ✔️ 2024/3/02
- Set Start Date ✔️ 2024/3/04
- Daily Task Widgets ✔️ 2024/3/25
- Dark Mode ✔️ 2024/4/17
- Full Calendar Syncing ✔️ 2024/5/10
- Full Reminder Syncing ✔️ 2024/5/15
- Redesign App Icon ✔️ 2024/5/23
- Custom Task Completion Time ✔️ 2024/7/10
- More Widget Sizes ✔️ 2024/7/20
- Difference Between Estimated and Actual Time Statistics ✔️ 2024/11/21
- Compatible with IOS18 ✔️ 2024/12/08
- Custom Synchronization Rules
- Custom Completion Duration
- User Guide ✔️ 2024/12/08
- Task Mode Selection
- Redesign Completed Tasks UI
简介
DeadLineTodo是一款专注于跟踪和记录任务时长和截止时间的App。现已上架App Store,并获得了mergeek.com社区的推荐。
功能概述
App能够通过用户添加附有截止日期和计划所需时间的待办事项,使用进度块直观地展示任务体量和Deadline之间的关系。并且App可以将所有任务进行量化统计,让用户的行动更加可视化。
TODO
- 基础UI搭建 ✔️ 2024/1/20
- 基础功能搭建 ✔️ 2024/2/10
- 提醒事项同步 ✔️ 2024/2/13
- 全局搜索 ✔️ 2024/2/14
- UI风格美化 ✔️ 2024/2/17
- 优化效率分数算法 ✔️ 2024/2/17
- 用户设置持久化 ✔️ 2024/2/18
- 紧急提醒 ✔️ 2024/2/20
- 任务计时 ✔️ 2024/2/24
- 支持繁体中文和英文 ✔️ 2024/2/25
- 重复任务 ✔️ 2024/3/02
- 设置开始日期 ✔️ 2024/3/04
- 每日任务小组件 ✔️ 2024/3/25
- 暗黑模式 ✔️ 2024/4/17
- 日历双向同步 ✔️ 2024/5/10
- 提醒事项双向同步 ✔️ 2024/5/15
- 重制App图标 ✔️ 2024/5/23
- 自定义任务完成时间 ✔️ 2024/7/10
- 更多尺寸的小组件 ✔️ 2024/7/20
- 预计时间和实际时间差值统计 ✔️ 2024/11/21
- 适配IOS18 ✔️ 2024/12/08
- 自定义同步规则
- 自定义完成时长
- 使用引导 ✔️ 2024/12/08
- 任务模式选择
- 重新设计已完成任务UI