A very simple and clean solution to keep your everyday to-dos prioritized. The application is very simple that just lets you organize your tasks for the day according to their priority.
Features:
- Prioritized tasks
- Add tags to task's description to be able to filter tasks by tags (use # to create a tag)
- Widget for today's task
In computer science/data structures, a priority queue is an abstract data type which is like a regular queue or stack data structure, but where additionally each element has a "priority" associated with it. In a priority queue, an element with high priority is served before an element with low priority. If two elements have the same priority, they are served according to their order in the queue.
Please contact me if you have any problems or requests.
Last updated on Oct 16, 2015
이 버전에는 사소한 버그 수정과 전반적인 개선 사항이 포함되어 있습니다. 최상의 환경을 위해 최신 버전으로 업데이트하세요.