Skip to content

Commit 3fd610b

Browse files
dragoneeclaude
andcommitted
chore: reorganize TODO file and mark completed tasks
Move recently completed tasks to the completed section and reorganize pending tasks with better grouping and hierarchy. Changes: - Mark projected outcome events and login tasks as completed - Group AI-related ideas under "AI Ideas" section - Group devops tasks under "Devops" section - Group side-effects refactor tasks under dedicated section - Remove completed or obsolete task items - Improve task hierarchy and indentation for clarity 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 911d6a0 commit 3fd610b

File tree

1 file changed

+16
-28
lines changed

1 file changed

+16
-28
lines changed

TODO.md

Lines changed: 16 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,17 @@
7171
- [x] Either show something like in tasks-collector-tools (summary of each day with plan/reflection/etc.)
7272
- [x] Or make a console tool
7373
- [x] Add markings if weekly summary and monthy summary has been added for this period
74+
- [x] Either remove projected outcome events from events or handle them in tasks-collector-tools
75+
- [x] Show weekly plan on the tasks utility and journal so that focus/want is more visible
76+
- [x] Enable login on every page and request
7477

7578
## Pending Tasks
7679

77-
- [ ] How about [ ] for Plan?
78-
- Need to rethink that / possible to use other input method
79-
- [ ] Show weekly plan on the tasks utility and journal so that focus/want is more visible
80-
- [ ] a weekly report could list out count and a summary of all items as email (for example)
81-
- [ ] Add ell and personality cores to summary
82-
- [ ] Add journal to the `today` view
83-
- [ ] add `pub_date` to events and allow for setting different day (yesterday) than now for events affecting a specific date (e.g. HabitsTracked)
80+
- AI Ideas
81+
- [ ] a weekly report could list out count and a summary of all items as email (for example)
82+
- [ ] Add personality cores to summary
83+
- [ ] create a quantified satori element
84+
- [ ] on a scale 1-10 how was I close to the "true-to-self" (breakthrough) goal? Was there some task that was connected to the projected outcome elements?
8485
- [ ] Add post-it boards for ideas
8586
- [ ] Use the tasks backend
8687
- [ ] Add another view (with two components – a "shelf" and a "board")
@@ -89,11 +90,8 @@
8990
- [ ] Put things back from board to shelf
9091
- [ ] Coordinates remove
9192
- [ ] ability to move board around
92-
- [ ] Observation Closed History View
93-
- [ ] [Merge View](https://codemirror.net/try/?example=Merge%20View)
94-
- [ ] Event timeline component
95-
- [ ] Better styling
96-
- [ ] Dump database before automatic migration / deployment
93+
- Devops
94+
- [ ] Dump database before automatic migration / deployment
9795
- [ ] Quests: merge them with journals
9896
- [ ] (draft) Use journal for journalling, and quest object as a side to it
9997
- JournalQuestMeta: quest_id, journal_id, stage
@@ -102,25 +100,13 @@
102100
- [ ] PoC: https://developers.google.com/tasks/quickstart/python
103101
- [ ] Board action
104102
- [ ] Board status - scheduled
105-
- [ ] Habits – shift around
106-
- [ ] Define a list of habits I'd like to track
107-
- Possible integrations:
108-
- Internal with events
109-
- External with GH API
110103
- [ ] Add Expectation model to Habit to track redline/greenline, goal, etc.
111-
- [ ] Habit: plan satisfied?
112-
- [ ] Threads / split into threads and scopes
113-
- [ ] Journal with reflections from daily reflection from past 7 days
104+
- [ ] Habit: plan satisfied?
114105
- [ ] Split/merge observations
115-
- [ ] Add ObservationMentioned event
116-
- [ ] Add plan templates for a day (e.g. Cleaning: ..., Writing: ..., etc.)
106+
- [ ] Add plan templates to Journal (e.g. Cleaning: ..., Writing: ..., etc.)
117107
- [ ] Add [ ] to journal processing so that it can be used to add a plan for tomorrow
118-
- [ ] Ideally if journal add, etc. returned in their json additional objects that were created, so that can be printed out as a summary then on the frontend
119108
- [ ] The same view as eventdump but on web
120109
- [ ] migrate distractions to integrity? true-to-self
121-
- [ ] ell / use that for a quantified satori element
122-
- on a scale 1-10 how was I close to the "true-to-self" (breakthrough) goal? Was there some task that was connected to the projected outcome elements?
123-
- [ ] Enable login on every page and request
124110
- Creativity Explorer
125111
- [ ] Random: Three events and and "find a connection"
126112
- Pseudorandom -> navigate left/right/top (leave one item, add two random)
@@ -129,9 +115,11 @@
129115
- Year-on-Year Explorer
130116
- [ ] See journal entries from last 5 years
131117
- [ ] Allow to write a journal with a specific tag
132-
- [ ] Refactor text processing for side-effects as a separate layer (e.g. journal -> reflection + habits, etc) – so that can become a more unified mechanism (allowing for on/off processing etc)
133-
- [ ] Either remove projected outcome events from events or handle them in tasks-collector-tools
118+
- Side-effects refactor
119+
- [ ] Refactor text processing for side-effects as a separate layer (e.g. journal -> reflection + habits, etc) – so that can become a more unified mechanism (allowing for on/off processing etc)
120+
- [ ] Ideally if journal add, etc. returned in their json additional objects that were created, so that can be printed out as a summary then on the frontend
134121
- [ ] Completely REFACTOR weekly/monthly summary code into a better shape
122+
- [ ] Threads / split into threads and scopes
135123
- [ ] How about I do the AREAS for life?
136124
- [ ] To mark then reflection templates (weekly monthly)
137125
- [ ] Better product roadmap than this TODO file

0 commit comments

Comments
 (0)