• Joined on 2026-05-14
celex opened issue celex/chore-manager#20 2026-05-21 12:17:53 +01:00
Make task editable in tui
celex opened issue celex/chore-manager#19 2026-05-19 11:20:46 +01:00
Repeatable tasks
celex opened issue celex/chore-manager#18 2026-05-19 11:19:33 +01:00
add interface for storage options
celex opened issue celex/chore-manager#17 2026-05-19 07:51:57 +01:00
add plugin interface for custom importers
celex opened issue celex/chore-manager#16 2026-05-19 07:51:05 +01:00
add importer for calendar files as tasks
celex opened issue celex/chore-manager#15 2026-05-19 07:49:04 +01:00
add today page which can be flipped forward and backwards, to see future scheduled tasks and past finished tasks
celex opened issue celex/chore-manager#14 2026-05-19 07:48:23 +01:00
Add overview for all tasks and when they are scheduled
celex opened issue celex/chore-manager#13 2026-05-19 07:48:02 +01:00
Add task scheduling
celex opened issue celex/chore-manager#12 2026-05-19 07:47:46 +01:00
add config toml to configure application
celex opened issue celex/chore-manager#11 2026-05-19 07:47:21 +01:00
Add mysql as database provider
celex opened issue celex/chore-manager#10 2026-05-18 15:51:11 +01:00
create database in suitable location (config?)
celex pushed to main at celex/chore-manager 2026-05-18 15:49:16 +01:00
bf659687b1 Merge pull request 'add basic database functionality' (#9) from 2-add-functionality-to-list-chores into main
80d06c653d list tasks in textual
a6e3738b7a add textual app skeleton
c7f8016c4b add textual as a dependancy
b8e2052549 rename done to is_done
Compare 6 commits »
celex closed issue celex/chore-manager#2 2026-05-18 15:49:14 +01:00
Add functionality to list Chores
celex merged pull request celex/chore-manager#9 2026-05-18 15:49:14 +01:00
add basic database functionality
celex created pull request celex/chore-manager#9 2026-05-18 15:48:44 +01:00
add basic database functionality
celex pushed to 2-add-functionality-to-list-chores at celex/chore-manager 2026-05-18 15:47:03 +01:00
80d06c653d list tasks in textual
celex pushed to 2-add-functionality-to-list-chores at celex/chore-manager 2026-05-18 15:28:41 +01:00
a6e3738b7a add textual app skeleton
c7f8016c4b add textual as a dependancy
b8e2052549 rename done to is_done
926669f28f add basic database functionality
Compare 4 commits »
celex created branch 2-add-functionality-to-list-chores in celex/chore-manager 2026-05-18 15:28:41 +01:00
celex closed issue celex/chore-manager#1 2026-05-18 07:27:27 +01:00
Define Database layout
celex commented on issue celex/chore-manager#1 2026-05-18 07:26:59 +01:00
Define Database layout

Database layout

Required data

  • Title
  • Description
  • Priority
  • Hardnessscore
  • Due date
  • Initial Priority
  • Creation date
  • Done flag
  • Labels

Required For MVP

-…