JosephFerano
  • Joined on 2023-04-20
JosephFerano pushed to master at JosephFerano/kanban-tui 2023-06-17 23:16:39 +07:00
6e91544cfe Nicer README
JosephFerano pushed to master at JosephFerano/kanban-tui 2023-06-17 22:48:23 +07:00
4beda4fae7 Add docs to everything public. Rename some methods.Remove unused deps
JosephFerano pushed to master at JosephFerano/kanban-tui 2023-06-17 16:17:32 +07:00
9a779b1abb Bug: sort_order column was set to 0 when creating a task. Thank you tests
JosephFerano pushed to master at JosephFerano/kanban-tui 2023-06-17 12:37:31 +07:00
514c600bb1 Integration tests covering 6 main scenarios
JosephFerano pushed to master at JosephFerano/kanban-tui 2023-06-16 15:15:29 +07:00
d23f458444 Redesign UI, project stats panel, show project name, fixes and refactorings
JosephFerano pushed to master at JosephFerano/kanban-tui 2023-06-16 10:18:57 +07:00
a98b82f3e4 Get rid of some clones. Return Oks from all arm branches
JosephFerano pushed to master at JosephFerano/kanban-tui 2023-06-15 20:45:21 +07:00
a479b72a29 Refactor task edit by wrapping focus with int-enum, remove some .clone()'s
JosephFerano pushed to master at JosephFerano/kanban-tui 2023-06-15 19:21:08 +07:00
41778accdc Random clean up
JosephFerano pushed to master at JosephFerano/kanban-tui 2023-06-15 16:32:27 +07:00
f951e500f1 Bubble up all db errors. Implement Deref and DerefMut for DBConn
JosephFerano pushed to master at JosephFerano/kanban-tui 2023-06-15 16:31:51 +07:00
42eb312d36 Bubble up all db errors. Implement Deref and DerefMut for DBConn
JosephFerano pushed to master at JosephFerano/kanban-tui 2023-06-15 15:54:37 +07:00
f5b39592a4 Fix bug in moving and deleting a task. Remove some unwraps
JosephFerano pushed to master at JosephFerano/kanban-tui 2023-06-15 14:07:01 +07:00
dba1e8a640 DONE Refactoring methods: Dedup into single function and fix odds and ends
JosephFerano pushed to master at JosephFerano/kanban-tui 2023-06-15 12:07:01 +07:00
02ad7c3da6 WIP Refactoring methods: Fix borrow checker issues
JosephFerano pushed to master at JosephFerano/kanban-tui 2023-06-15 11:53:50 +07:00
940e07d72c WIP Refactoring methods: Move everything into app.rs
JosephFerano pushed to master at JosephFerano/kanban-tui 2023-06-14 22:34:26 +07:00
a3e3fa6551 WIP Refactoring methods: Got it to compile and it mostly works
JosephFerano pushed to master at JosephFerano/kanban-tui 2023-06-14 21:53:59 +07:00
c00500a4e1 WIP Refactoring methods: Move stuff from input to app
JosephFerano pushed to master at JosephFerano/kanban-tui 2023-06-14 19:13:58 +07:00
71f12ec7f9 WIP Refactoring methods: Merge Project into State, add DBConn struct with impl
JosephFerano pushed to master at JosephFerano/kanban-tui 2023-06-14 17:38:56 +07:00
4accf41c45 Fix colors and style, condense some logic. Fix task_idx when moving task
JosephFerano pushed to master at JosephFerano/kanban-tui 2023-06-14 11:13:11 +07:00
d85bb5a77b Remove async dep
JosephFerano pushed to master at JosephFerano/kanban-tui 2023-06-14 10:54:40 +07:00
c2e3f0e70a Save column/task selections in a few other options