doneyet icon indicating copy to clipboard operation
doneyet copied to clipboard

A NCurses based To-Do list manager!

Results 17 doneyet issues
Sort by recently updated
recently updated
newest added

``` At the beginning I made a bad decision to store top level tasks in a vector, but all subtasks go inside parent tasks. This has required separate functions for...

Type-Defect
auto-migrated
Priority-High

I have had a little experience with googletest https://github.com/google/googletest and I would like to give it a try. First simple case I want to aim for is creating a new...

``` What steps will reproduce the problem? 1. Create a task tree: - Test - Test - Test - TestA - TestB 2. Mark Test A completed. 3. Refilter to...

Type-Defect
auto-migrated
Priority-High

``` Add undo functionality. ``` Original issue reported on code.google.com by `[email protected]` on 6 Aug 2009 at 4:33

Priority-Medium
auto-migrated
Type-Enhancement

``` Optionally allow saving automatically after every change to the list. This will probably wait until there's a proper undo functionality so that in the even you mess things up...

Priority-Medium
auto-migrated
Type-Enhancement

``` It's easy to open two copies of DoneYet pointing at the same project with disastrous consequences. Add an advisory locking policy to projects, and potentially a read-only mode. ```...

Priority-Medium
auto-migrated
Type-Enhancement

``` We need a color manager to bridge the gap between configured color pairs, and who uses those color pairs. At the moment, tasks, the hierarchical list, and the menu...

Priority-Medium
auto-migrated
Type-Enhancement

``` What steps will reproduce the problem? 1. Run screen 2. Run doneyet 3. Resize the window. What is the expected output? What do you see instead? Normally the window...

auto-migrated
Type-Enhancement
Priority-Low
OpSys-Linux

``` Make it possible to remove projects, edit project names. ``` Original issue reported on code.google.com by `[email protected]` on 5 Jul 2009 at 10:50

Priority-Medium
auto-migrated
Type-Enhancement

``` What steps will reproduce the problem? 1. Create a task 2. Enter locale characters like 'é' What is the expected output? What do you see instead? Expected: Character 'é'...

Type-Defect
Priority-Medium
auto-migrated