JosephFerano
  • Joined on 2023-04-20
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
JosephFerano pushed to master at JosephFerano/kanban-tui 2023-06-13 23:00:40 +07:00
4e0195e132 Pedantic clippy
JosephFerano pushed to master at JosephFerano/kanban-tui 2023-06-13 22:51:48 +07:00
7c2249ed08 Selected column and task now persist. Reworked the borrowing for task edit
JosephFerano pushed to master at JosephFerano/kanban-tui 2023-06-13 16:33:45 +07:00
c030984d51 Extract funcs from input-check to reduce nesting and make pedantic clippy happy
c3255c97f5 Pedantic clippy pass
7fe20e6ae8 Run migrations on first creation, fix a bunch of panics
Compare 3 commits »
JosephFerano pushed to master at JosephFerano/kanban-tui 2023-06-13 15:12:26 +07:00
6cbba10325 Ignore db path
JosephFerano pushed to master at JosephFerano/kanban-tui 2023-06-13 15:11:45 +07:00
293113949b Simplified dbpath cli argument handling
JosephFerano pushed to master at JosephFerano/kanban-tui 2023-06-13 14:48:06 +07:00
d7eb3fb47a Save new sort order when moving tasks to different columns
JosephFerano pushed to master at JosephFerano/kanban-tui 2023-06-13 12:46:09 +07:00
403572723c Formatting
JosephFerano pushed to master at JosephFerano/kanban-tui 2023-06-13 12:42:22 +07:00
00ac0c351d Update and move task order up/down, read ids, more column helper methods
JosephFerano pushed to master at JosephFerano/kanban-tui 2023-06-12 22:26:22 +07:00
4477bac258 Add/delete tasks, read task id from db
JosephFerano pushed to master at JosephFerano/kanban-tui 2023-06-12 21:36:09 +07:00
076c87c792 WIP: Switch to rusqlite